You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pew new e1
No LICENSE.txt / LICENSE found in source
New python executable in /home/vmaillol/venv/e1/bin/python2
Also creating executable in /home/vmaillol/venv/e1/bin/python
Installing setuptools, pip, wheel...
done.
Launching subshell in virtual environment. Type 'exit' or 'Ctrl+D' to return.
Be aware that this environment will be nested on top of 'e2'
$ pew new e2
No LICENSE.txt / LICENSE found in source
New python executable in /home/vmaillol/venv/e2/bin/python2
Also creating executable in /home/vmaillol/venv/e2/bin/python
Installing setuptools, pip, wheel...
done.
Launching subshell in virtual environment. Type 'exit' or 'Ctrl+D' to return.
Be aware that this environment will be nested on top of 'e1'
$ ls $WORKON_HOME
e1 e2
$ pew rm ""
Current result:
Pew remove all the virtualenvs and the directory containing the virtualenvs
$ ls $WORKON_HOME
ls: cannot access '/home/vmaillol/venv': No such file or directory
Expected result:
pew rm displays an error message if the first parameter is an empty string.
The text was updated successfully, but these errors were encountered:
How to reproduce:
Current result:
Pew remove all the virtualenvs and the directory containing the virtualenvs
Expected result:
The text was updated successfully, but these errors were encountered: