mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 16:34:13 +00:00
add note about system-site-packages
This commit is contained in:
parent
285733a07e
commit
ec37d40fc6
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ manage-tools search preload
|
|||
```
|
||||
|
||||
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`).
|
||||
To support python dependencies, however, make sure to create a virtualenv before installing and using tools (i.e., `mkvirtualenv --system-site-packages ctf`. The `--system-site-packages` is there for easier reuse of apt-gotten python packages where necessary).
|
||||
|
||||
## Docker/Vagrant
|
||||
|
||||
|
|
Loading…
Reference in a new issue