pip2 install virtualenv virtualenv --python=/Users/username/.pyenv/shims/python2.7 venv
python3 -m venv venv
source venv/bin/activate deactivate