Skip to content

Commit 4f13c1f

Browse files
Add postactivate script I use for virtualenv
1 parent d509130 commit 4f13c1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

postactivate

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
# This hook is run after this virtualenv is activated.
3+
4+
export PYTHONPATH=$WORKON_HOME/pygly/src/pygly
5+
export PYTHONPATH=$WORKON_HOME/pygly/src:$PYTHONPATH
6+
export PYTHONPATH=$WORKON_HOME/pygly/src/contrib/pyrr:$PYTHONPATH

0 commit comments

Comments
 (0)