File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33REM This is how you run it from the command line.
44REM You don't actually need this script!
5- SET RUN_KOANS = python.exe contemplate_koans.py
5+ SET RUN_KOANS = python.exe -B contemplate_koans.py
66
77REM Set this to your python folder:
88SET PYTHON_PATH = C:\Python27
@@ -32,4 +32,4 @@ IF NOT "" == "%SCRIPT%" (
3232 echo python.exe contemplate_koans.py
3333 pause
3434)
35- :end
35+ :end
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33if [ -x /usr/bin/python2 ]; then
4- python2 contemplate_koans.py
4+ python2 -B contemplate_koans.py
55else
6- python contemplate_koans.py
6+ python -B contemplate_koans.py
77fi
Original file line number Diff line number Diff line change 22
33REM This is how you run it from the command line.
44REM You don't actually need this script!
5- SET RUN_KOANS = python.exe contemplate_koans.py
5+ SET RUN_KOANS = python.exe -B contemplate_koans.py
66
77REM Set this to your python folder:
8- SET PYTHON_PATH = C:\Python33
8+ SET PYTHON_PATH = C:\Python34
99
1010set SCRIPT =
1111REM Hunt around for python
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- python3 contemplate_koans.py
3+ python3 -B contemplate_koans.py
44
You can’t perform that action at this time.
0 commit comments