removed run.py

This commit is contained in:
DeaDvey 2024-11-19 17:07:32 +00:00
parent c92a0643a4
commit 837387433a

View File

@ -1,11 +0,0 @@
import subprocess
# Path to a Python interpreter that runs any Python script
# under the virtualenv /path/to/virtualenv/
python_bin = "/home/max/venv/bin/activate"
# Path to the script that must run under the virtualenv
script_file = "/home/max/maths/maths.py"
subprocess.Popen([python_bin, script_file])