[issue15419] distutils: build should use a version-specific build directory

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Tue Sep 11 00:54:49 CEST 2012


Arfrever Frehtes Taifersar Arahesis added the comment:

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").

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15419>
_______________________________________


More information about the Python-bugs-list mailing list