removed run.py
This commit is contained in:
parent
c92a0643a4
commit
837387433a
11
node/run.py
11
node/run.py
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user