Hello you can add it in this way and add extra path to the default pythonpath:
in windows: control pannel > System > Advance System Settings > Advance (tab) > Environment Variables > New (button) variable name: PYTHONPATH variable value: c:\your\path;d:\your\path2; good luck! On Thu, Sep 3, 2015 at 1:02 PM, Jesse Kretschmer <[email protected]> wrote: > The PYTHONPATH is a system environment variable. There are a few ways to > change those and reach operating system is a bit different. It will only be > read when the application is first launched. > > The point of the python path is to prepare python to have access to the > correct python libraries. You can get similar functionality with > sys.path.append('/my/path') > > On Thu, Sep 3, 2015, 10:05 <[email protected]> wrote: > >> I have questions about PYTHONPATH, where is it by default? How can I >> change it and what I get by changing it? > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/CANESWi2eWz9dUuLZ0BrYg7kWJZuUbWaDuJd4S0botYAVuOeAcA%40mail.gmail.com > <https://groups.google.com/d/msgid/python_inside_maya/CANESWi2eWz9dUuLZ0BrYg7kWJZuUbWaDuJd4S0botYAVuOeAcA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Bests, madoodia -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CADvbQwJHHz6svPgEKDLnF4XvDGFK2pWaAWJaqcioVgkdLRMNuQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
