- Put
mayapy
on Path - Open a cmd as admin
- run
mayapy -m ensurepip --default-pip
- run
mayapy -m pip install --upgrade pip
- run
mayapy -m pip install ipython==5.7.0
- delete
C:\Program Files\Autodesk\Maya2018\Python\Lib\site-packages\_scandir.pyd
. it's build against original python release version. - test
mayapy -c "from IPython import embed; embed()"
Created
June 19, 2018 08:55
-
-
Save jagt/73f0a85526d1caf92b09e71de5e4ea90 to your computer and use it in GitHub Desktop.
Setting up IPython for Maya 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment