Le 17/03/2012 11:15, Ike Devolder a écrit :
if the part sitting in /usr/bin is working with both the python2 and python3 libs i would suggest the following
It does not. Distribute creates files with a shebang of whatever python executable was used to run setup.py, eg:
#!/usr/bin/python2We could make instead a shell script that checks at run-time which version is installed, but is it really worth it?
-- Simon Sapin
