use the new ctf-tools-venv-activate

This commit is contained in:
Yan 2016-10-10 02:47:58 -07:00
parent 66c296a376
commit f9ff39d6a7

View file

@ -1,10 +1,6 @@
#!/bin/bash -e
if [ -z "$VIRTUAL_ENV" ]
then
echo "Please activate the ctftools virtualenv before installing angr."
exit
fi
source ctf-tools-venv-activate
#[ -e $VIRTUAL_ENV/lib/python2.7/site-packages/PyQt4 ] || ln -s /usr/lib/python2.7/dist-packages/PyQt4 $VIRTUAL_ENV/lib/python2.7/site-packages/
#[ -e $VIRTUAL_ENV/lib/python2.7/site-packages/sip.so ] || ln -s /usr/lib/python2.7/dist-packages/sip.so $VIRTUAL_ENV/lib/python2.7/site-packages/