switch to python virtual environment code example
Example 1: python virtual env
$ pip install --user pipenv
Example 2: how to workon virtual environment in linux
# If any of the other dont work try
\bin\activate
$ pip install --user pipenv
# If any of the other dont work try
\bin\activate