mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-04 18:29:26 +00:00
use the new ctf-tools-venv-activate
This commit is contained in:
parent
66c296a376
commit
f9ff39d6a7
1 changed files with 1 additions and 5 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue