Go to desired folder:
pip install virtualenv

python -m venv /path/to/virtual/env/folder

Active the environment

source /path/of/env/bin/activate