Changes

Jump to navigation Jump to search
<source lang="python">
call %~dp0pyt64.bat
</source>
 
=== Trick to add .bat files to PATH ===
If you have permission to change the Environment Variables in windows, you can add the '''pyt64.bat''' and '''cmdpyt64.bat''' to your path.<br>
Right click Computer -> properties -> Advanced system settings -> Environment Variables -> User variables -> Edit: PATH <br>
Add to end of the Variable value:
;C:\WinPython27\WinPython-64bit-2.7.x\scripts\own
In any folder, hold "Shift" and right click, "Open command window here". Write:
<source lang="powershell">
pyt64
python
</source>

Navigation menu