Open main menu

Changes

scons
== Modify envpyt64.bat ==Modify '''C:\WinPython27\WinPython-64bit-2.7.5.1xxx\scripts\envown\pyt64.bat''', and add to end of file
<source lang="powershell">
set PATH=%PATH%;C:\WinPython27\relax_disp
</source>
Test installation, by clicking '''C:\WinPython27\WinPython-64bit-2.7.5.1xxx\scripts\cmdown\cmdpyt64.bat''', and write
<source lang="powershell">
relax
</source>
=== Tip - shortcut to cmdcmdpyt64.bat ===Make shortcut to '''C:\WinPython27\WinPython-64bit-2.7.5.1xxx\scripts\cmdown\cmdpyt64.bat''', and modify the shortcut. Set
'''Start in:''' %PWD%
You can now copy this shortcut around, which open a command prompt at the current folder, and set the paths correctly.
 
=== Tip - add env.bat to windows path ===
If you have permission to change the Environment Variables in windows, you can add the '''env.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.5.1\scripts
In any folder, hold "Shift" and right click, "Open command window here". Write:
<source lang="powershell">
env
relax -g
</source>
= Install other software =