how to neter python virtual env code example
Example 1: how to make virtual environment
virtualenv mypython
Example 2: how to workon virtual environment in linux
# If any of the other dont work try
<env name>\bin\activate
virtualenv mypython
# If any of the other dont work try
<env name>\bin\activate