Added instructions in case of command not found error in kali install script

main
byt3bl33d3r 2016-04-16 18:05:41 -06:00
parent 21ddc51187
commit f7a45a3de7
1 changed files with 2 additions and 2 deletions

View File

@ -29,5 +29,5 @@ python setup_database.py
echo -e '\n [*] Setup complete!\n'
echo -e "[*] To run CME you must first do 'workon CME'"
echo -e "[*] To use Kali's python dependencies and run other python tools first run 'deactivate CME'"
echo -e "[*] To run CME you must first do 'workon CME' (first time you might get a 'command not found' error if so restart your terminal or run 'source /usr/share/virtualenvwrapper/virtualenvwrapper.sh'\n"
echo -e "[*] To use Kali's python dependencies and run other python tools run 'deactivate CME'"