Gemma-sciling commited on
Commit
44bc46f
1 Parent(s): eab64ba

Upload venv_run.sh

Browse files
Files changed (1) hide show
  1. venv_run.sh +4 -0
venv_run.sh ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ #!/bin/bash
2
+ # Script to run a Python file using the local virtualenv
3
+ source bin/activate
4
+ bin/python $@