note to be careful with uninstalls

This commit is contained in:
Yan 2015-05-07 13:35:25 -07:00
parent ed3efb9071
commit 9f24cd0d97

View file

@ -18,7 +18,7 @@ manage-tools uninstall gdb
manage-tools uninstall all
```
Where possible, the tools keep the installs very self-contained (i.e., in to tool/ directory), and most uninstalls are just calls to `git clean`.
Where possible, the tools keep the installs very self-contained (i.e., in to tool/ directory), and most uninstalls are just calls to `git clean` (**NOTE**, this is **NOT** careful; everything under the tool directory, including whatever you were working on, is blown away during an uninstall).
To support python dependencies, however, make sure to create a virtualenv before installing and using tools (i.e., `mkvirtualenv ctf`).
Installers for the following tools are included: