Install virtualenv with venv and python3
python
sudo apt-get install python3-venv
python3 -m venv virtualenv
source virtualenv/bin/activate