Skip to content

Commit

Permalink
use the new ctf-tools-venv-activate
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Oct 11, 2016
1 parent 66c296a commit f9ff39d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions angr/install
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit f9ff39d

Please sign in to comment.