Changes

Jump to navigation Jump to search
no edit summary
Make a folder '''own''' in '''C:\WinPython27\WinPython-32bit-2.7.x\scripts''' and <br>
copy '''C:\WinPython27\WinPython-32bit-2.7.x\scripts\env.bat''' to '''C:\WinPython27\WinPython-32bit-2.7.x\scripts\own\pyt32.bat'''
 
Modify '''pyt32.bat''' from
<source lang="python">
set WINPYDIR=%~dp0..\python-2.7.5
</source>
to include '''..\'''
<source lang="python">
set WINPYDIR=%~dp0..\..\python-2.7.5
</source>
 
If you have permission to change the Environment Variables in windows, you can add the '''pyt32.bat''' to your path.<br>

Navigation menu