In this post, I have added my notes on a command reference while playing with a python virtual environment.
Virtual Environment Wrapper : https://virtualenvwrapper.readthedocs.io/en/latest/command_ref.html
Newyork:~ esumit$ lsvirtualenv –help
Invalid option: —
lsvirtualenv [-blh]
-b — brief mode
-l — long mode
-h — this help message
Newyork:~ esumit$
pyenv versions – no of versions installed in the system and star tells which one is on use
Newyork:~ esumit$ pyenv versions
system
2.7.10
2.7.10/envs/xxxxx
2.7.10/envs/xxxxx
* 2.7.15 (set by /Users/esumit/.pyenv/version) [ Currently in Use]
2.7.6
2.7.6/envs/sumitbackend
Newyork:~ esumit$