sudo pip install virtualenv
virtualenv -p /usr/bin/python3 py3env
source py3env/bin/activate
python --version