File: win_set_python.bat

package info (click to toggle)
python-plyer 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,724 kB
  • sloc: python: 13,395; sh: 217; makefile: 177
file content (5 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (2)
1
2
3
4
5
@echo off
set PYTHON=C:\Python36\python.exe
:: cd to Plyer folder and set PYTHONPATH
cd C:\projects\app
set PYTHONPATH=%PYTHONPATH%;%cd%