Check specific python3 version $ python3 --version Python 3.4.0 also for specific python3.x $ python3.7 --version Python 3.7.1 Create env using virtualenvwrapper $ mkvirtualenv py3 --python=python3.7 Check env has correct python version (py3) host$ python --version Python 3.7.1