Skip to content
Snippets Groups Projects
Verified Commit 8f2fc20a authored by Owen Graham's avatar Owen Graham
Browse files

Use virtual environment in project directory

parent 48e21c27
Branches
No related tags found
No related merge requests found
/venv/
......@@ -9,7 +9,7 @@ from urllib.request import urlopen
from wsgiref.handlers import CGIHandler
# Activate the virtual env to get access to non-standard packages.
activator = '/home/ograham/venv/bin/activate_this.py'
activator = 'venv/bin/activate_this.py'
exec(open(activator).read(), {'__file__': activator})
import asccol
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment