how to check you are in virtual env command lin code example
Example 1: how to check the existing virtual environments
lsvirtualenv -l
Example 2: python virtual env
$ virtualenv -p /usr/bin/python2.7 venv
lsvirtualenv -l
$ virtualenv -p /usr/bin/python2.7 venv