Changes

Jump to navigation Jump to search
=== Trick to set variables in cmd ===
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'''<br>and copy '''C:\WinPython27\WinPython-32bit-2.7.x\scripts\cmd.bat''' to '''C:\WinPython27\WinPython-32bit-2.7.x\scripts\own\cmdpyt32.bat'''<br>
Modify '''pyt32.bat''' from
</source>
Modify '''cmdpyt32.bat''' from
<source lang="python">
call %~dp0env.bat
</source>
to include '''..\'''
<source lang="python">
call %~dp0pyt32.bat
</source>
If you have permission to change the Environment Variables in windows, you can add the '''pyt32.bat''' to your path.<br>

Navigation menu