Spaces:
Runtime error
Runtime error
File size: 103 Bytes
44bc46f |
1 2 3 4 5 |
#!/bin/bash
# Script to run a Python file using the local virtualenv
source bin/activate
bin/python $@
|