Python 3.3+ comes with venv. Prevously, it was required to install virtualenv using pip.
Create:
python -m venv env
Activate:
source env/bin/activate