Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.05 KB

File metadata and controls

46 lines (27 loc) · 1.05 KB

Python Class #1

Introduction to Python, Curses and PyGames

Content

Documentation

Examples

Console

Only for Windows users!

Here is a short script for starting python scripts from anywhere.

set PATH=%PATH%;D:\Folder\other\python
start

Replace D:\Folder\other\python with your absolute path to python.

Without adding python to your Windows PATH enviroment, you have to run scripts with absolute paths.

From python folder

python.exe D:\code\main.py

From codes

D:\Folder\other\python\python.exe main.py