This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients akineko, georg.brandl
Date 2007-09-06.15:17:55
SpamBayes Score 0.15773484
Marked as misclassified No
Message-id <46E01A27.2040707@gmx.net>
In-reply-to <1188839355.89.0.39344138919.issue1095@psf.upfronthosting.co.za>
Content
Aki schrieb:

> (cd /usr/local/bin; ln python2.5 python)
> (cd /usr/local/bin; ln -sf python2.5-config python-config)
> ln: cannot create python-config: File exists
> make: *** [bininstall] Error 2

Shouldn't ln -f ignore existing destination files?
What system is that?
History
Date User Action Args
2007-09-06 15:17:55georg.brandlsetspambayes_score: 0.157735 -> 0.15773484
recipients: + georg.brandl, akineko
2007-09-06 15:17:55georg.brandllinkissue1095 messages
2007-09-06 15:17:55georg.brandlcreate