virtualenv and Maya
I'm trying to set up virtualenv to point at Maya 2013's executable so I can run unit tests inside it from the shell. Maya uses a custom python 2.6 executable located at /usr/autodesk/maya/bin/mayapy . I get these errors: $ virtualenv -p /usr/autodesk/maya/bin/mayapy mayapy Running virtualenv with interpreter /usr/autodesk/maya/bin/mayapy PYTHONHOME is set. You *must* activate the virtualenv before using it Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/virtualenv.py", line 2577, in <module> main() File "/usr/local/lib/python2.6/dist-packages/virtualenv.py",