Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleCommand(Ubuntu 14.04.4)
$ sudo apt-get install python-dev libffi-dev build-essential virtualenvwrapper
$ mkdir ~/.environments
$ sudo find / apt-get install libqt4-dev graphviz-dev
-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