summaryrefslogtreecommitdiff
path: root/pkg/postmkvenv.sh
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-09-12 21:29:49 +0000
committerkali <kali@leap.se>2012-09-12 08:42:29 +0900
commit18109193b239be6e7ecc4c2d07c9c999e33081f8 (patch)
tree6346f7251578a0c0e7375a4ce7c2c22ea8e3f6bd /pkg/postmkvenv.sh
parent3fa754c39bcdea355a4ec6b0ddfaeead2040a86a (diff)
checks for systray in unity
Diffstat (limited to 'pkg/postmkvenv.sh')
-rwxr-xr-xpkg/postmkvenv.sh4
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 )