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 Arfrever
Recipients Arfrever, alexis, darabos, eric.araujo, ned.deily, r.david.murray, tarek, techtonik
Date 2012-09-10.22:54:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347317689.19.0.716072883936.issue15419@psf.upfronthosting.co.za>
In-reply-to
Content
Currently users can run e.g.:
$ python2.7 setup.py build -b build-2.7 install
$ python3.2 setup.py build -b build-3.2 install

If default name of build directory had to be changed, then it would be useful to also include name of Python implementation (e.g. "build-cpython-2.7").
History
Date User Action Args
2012-09-10 22:54:49Arfreversetrecipients: + Arfrever, techtonik, tarek, ned.deily, eric.araujo, r.david.murray, alexis, darabos
2012-09-10 22:54:49Arfreversetmessageid: <1347317689.19.0.716072883936.issue15419@psf.upfronthosting.co.za>
2012-09-10 22:54:48Arfreverlinkissue15419 messages
2012-09-10 22:54:48Arfrevercreate