I\'ve installed Python 2.7 as a Framework build on my Mac. I\'ve installed and confirmed that wxPython works with this Python build. But when I create a virtual environment
add
export PYTHONHOME=$VIRTUAL_ENV alias python=/Library/Frameworks/Python.framework/Versions/3.6/bin/python3 # set path to ur python
in the end of venv activate script