Message270222
@blarsen, and there's something strange about your example. '-m' won't work with a real python executable, presumably you meant '-c'. And judging from the paths involved, I'm guessing you are using MacPorts on OS X. With either MacPorts or any other OS X framework build, you wouldn't see results like that with -c.
../bin/python3.5 -c 'import sys; print(sys.executable)'
/opt/local/bin/python3.5
../bin/python2.7 -c 'import sys; print(sys.executable)'
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
So I'm guessing what's in ../bin/python3.7 and ../bin/python3.5 is something other than the normal python bootstrap binaries. |
|
Date |
User |
Action |
Args |
2016-07-12 02:39:28 | ned.deily | set | recipients:
+ ned.deily, ronaldoussoren, pitrou, vstinner, pjenvey, schmir, eric.araujo, dino.viehland, eli.bendersky, flox, docs@python, python-dev, eric.snow, petri.lehtinen, eryksun, blarsen |
2016-07-12 02:39:28 | ned.deily | set | messageid: <1468291168.33.0.0513988842836.issue13402@psf.upfronthosting.co.za> |
2016-07-12 02:39:28 | ned.deily | link | issue13402 messages |
2016-07-12 02:39:27 | ned.deily | create | |
|