Skip to content

Commit 2882b6f

Browse files
committed
Use virtualenv defined in ~/.pyenv
1 parent 4b7c2d4 commit 2882b6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run-notices.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
# Dispatch notices from Python Canarias
44

5-
source ~/.virtualenvs/web/bin/activate
5+
source ~/.pyenv/versions/pycanweb/bin/activate
66
cd $(dirname $0)
77
exec python manage.py notices run

0 commit comments

Comments
 (0)