You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Site

Install

Command(Ubuntu 14.04.4)
$ sudo apt-get install python-dev libffi-dev build-essential virtualenvwrapper
$ mkdir ~/.environments
$ sudo find / -name "virtualenvwrapper.sh"
/usr/share/virtualenvwrapper/virtualenvwrapper.sh
$ echo source /usr/share/virtualenvwrapper/virtualenvwrapper.sh >> ~/.bashrc
$ echo export WORKON_HOME="~/.environments" >> ~/.bashrc
$ source ~/.bashrc 
$ mkvirtualenv angr && pip install angr

Docs

  • No labels