Gemma-sciling's picture
Upload venv_run.sh
44bc46f
#!/bin/bash
# Script to run a Python file using the local virtualenv
source bin/activate
bin/python $@