Re: [Python-Dev] Script bootstrapping executables on Windows

2017-11-22 Thread Thomas Mansencal
c#L209 Cheers, Thomas On Wed, Nov 22, 2017 at 5:08 PM Thomas Mansencal wrote: > Hi, > > This is a Windows specific question, to give a bit of context I'm working > in a studio where depending on the project we use different Python > interpreters installed in different locations,

[Python-Dev] Script bootstrapping executables on Windows

2017-11-21 Thread Thomas Mansencal
Hi, This is a Windows specific question, to give a bit of context I'm working in a studio where depending on the project we use different Python interpreters installed in different locations, e.g. Python 2.7.13, Python 2.7.14, Python 3.6. We set PATH, PYTHONHOME and PYTHONPATH accordingly dependin