Gemma-sciling's picture
Upload venv_run.sh
44bc46f
raw
history blame contribute delete
No virus
103 Bytes
#!/bin/bash
# Script to run a Python file using the local virtualenv
source bin/activate
bin/python $@