I have a python virtual environment for the sole purpose of using wxPython. wxPython on Mac uses the Carbon framework, which hasn’t been built in 64-bit. Therefore, I can’t run wxPython on a mac with Python running 64-bit. Is there a way to tell my installation to always run 32-bit? It’s getting annoying having to use arch -i386 every time.
I have a python virtual environment for the sole purpose of using wxPython. wxPython
Share
If you’re using
virtualenv, there’s an argument-pto specify thePYTHON_EXEto use for this environment.