- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpython.bat
More file actions
Latest commit
8 lines (8 loc) · 473 Bytes
/
Copy pathpython.bat
File metadata and controls
8 lines (8 loc) · 473 Bytes
1
2
3
4
5
6
7
8
@rem This script invokes the most recently built Python with all arguments
@rem passed through to the interpreter. This file is generated by the
@rem build process and any changes *will* be thrown away by the next
@rem rebuild.
@rem This is only meant as a convenience for developing CPython
@rem and using it outside of that context is ill-advised.
@echo Running Release^|Win32 interpreter...
@"C:\Users\orenmn\Documents\GitHub\orenmnCpython\PCBuild\win32\python.exe"%*