bash - Virtualenv: deactivate not working -
i had venv called "myappenv" using , tried write script run call source bin/activate
(save me keystrokes). accidentally ran while in myappenv. since doing this, when try deactivate myappenv, bash: type: deactivate: not found
. happens in brand-new environment created, totally separate myappenv. how back? cannot exit out of environment except killing screen session.
Comments
Post a Comment