diff options
author | kali <kali@leap.se> | 2012-09-12 08:50:31 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-09-12 08:50:31 +0900 |
commit | a7c77a931dadd6e4b94c00551d34fddff961e25b (patch) | |
tree | 42698f48d5a13b0e7bcf78c840390657b52a2ac0 /pkg | |
parent | 77f4686d43443d08f3b1bb1bb364d24dd127c8ce (diff) | |
parent | ddd11604a5ae376ba27f70c9eb9a6971e749b1f9 (diff) |
Merge branch 'feature/unity-checks' into develop
Closes #340.
Diffstat (limited to 'pkg')
-rwxr-xr-x | pkg/postmkvenv.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/postmkvenv.sh b/pkg/postmkvenv.sh index 99e364c0..efdbc2fb 100755 --- a/pkg/postmkvenv.sh +++ b/pkg/postmkvenv.sh @@ -1,8 +1,12 @@ #!/bin/bash # This hook is run after a new virtualenv is activated. # ~/.virtualenvs/postmkvirtualenv +# tested and working in debian # Symlinks PyQt4 from global installation into virtualenv site-packages +# XXX TODO: +# script fails in ubuntu, with path: /usr/lib/pymodules/python2.7/PyQt4 +# use import PyQt4; PyQt4.__path__ instead LIBS=( PyQt4 sip.so ) |