File: set_py_path.bat

package info (click to toggle)
rocketcea 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 39,944 kB
  • sloc: fortran: 23,152; python: 9,235; pascal: 370; makefile: 168; sh: 9
file content (7 lines) | stat: -rw-r--r-- 305 bytes parent folder | download
1
2
3
4
5
6
7

rem set python path variable (Default is Python 3.10 64 bit)
IF "%1"=="" ( SET "MYPYTHONPATH=C:\Python310" ) ELSE ( SET "MYPYTHONPATH=D:\py_versions\Python%1_64" )

rem Make sure that PATH is as simple as possible
set PATH=C:\MinGW\mingw64\bin;C:\MinGW\mingw64\lib;%MYPYTHONPATH%;%MYPYTHONPATH%\Scripts