Last Updated: February 25, 2016
·
797
· vsouza

Setup virtualenv with Python 3 in MacOSX

just type:

mkvirtualenv --python=/usr/local/bin/python3 python3env

if you get some error, see the local of python 3 installation:

which python3

then change --python parameter

<br />

to Install python 3 on MacOSX:

brew install python3