Message 189548 - Python tracker

Message189548

Author prlw1
Recipients Arfrever, barry, dmalcolm, loewis, pitrou, prlw1
Date 2013-05-18.20:45:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368909903.03.0.611323989514.issue17975@psf.upfronthosting.co.za>
In-reply-to
Content
To quote the README:

Installing multiple versions
----------------------------
...
For example, if you want to install Python 2.6, 2.7 and 3.4 with 2.7 being the
primary version, you would execute "make install" in your 2.7 build directory
and "make altinstall" in the others.


This makes perfect sense, but now it is impossible to make 3.2 and 3.3 python packages which can be installed simultaneously.
History
Date User Action Args
2013-05-18 20:45:03prlw1setrecipients: + prlw1, loewis, barry, pitrou, Arfrever, dmalcolm
2013-05-18 20:45:03prlw1setmessageid: <1368909903.03.0.611323989514.issue17975@psf.upfronthosting.co.za>
2013-05-18 20:45:03prlw1linkissue17975 messages
2013-05-18 20:45:02prlw1create