We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d509130 commit 4f13c1fCopy full SHA for 4f13c1f
postactivate
@@ -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