On Sun, Sep 10, 2017, 4:44 AM Robert White <robert.wd.wh...@gmail.com>
wrote:

> Easiest place to places scripts while learning everything is in (if you're
> on windows) `C:/Users/<you>/documents/maya/2017/scripts`
> No clue on other OS's off the top of my head though.
>

Or create a userSetup.py and do something like this for a custom path:

import sys
sys.path.insert(0, "/path/to/custom")


>
>
> On Saturday, September 9, 2017 at 10:48:08 AM UTC-5, jettam wrote:
>>
>> I am using maya 2017.  Robert mentioned things work differently in maya
>> 2017. I am very new to scripting in Maya and could really do with some help
>> with this question.
>>
>> I need to place my python modules in a custom path, and I am confused as
>> to where to put this custom path, so that maya will read it.
>>
>> Do I put that custom path into my maya.env folder or into my
>> userSetup.mel.  The maya.env file existed but there is nothing in it!? and
>> the userSetup.met file does not exist, am I suppose to create this one?
>>
>>
>>>>> --
> You received this message because you are subscribed to the Google Groups
> "Python Programming for Autodesk Maya" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to python_inside_maya+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/python_inside_maya/613ef293-c493-4225-9cfd-0c202b379ad6%40googlegroups.com
> <https://groups.google.com/d/msgid/python_inside_maya/613ef293-c493-4225-9cfd-0c202b379ad6%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA03iFdpTAzuzi3%3DWdo%2Buzz2_SmMKsm8U_%2BEbU%2BKsgme2w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to