Running non-system Python with virtualenv in 32bit mode on OS X
Short Question Using virtualenv / virtualenvwrapper is it possible to add a prefix to the python call that linked to a specific virtual environment? Background I would like to have multiple virtual environment using a brew installed Python 2.7, but some running in 64 bit mode and the others 32bit mode. Below I have the typical setup for my OS X development. The specific prefix I would like to add to the python call is the arch -i386 to force python to run as 32 bit mode. Again the most important part of it is that it would be added only after calling workon env32 (as shown the example). I know