Set pythonpath environment variable for local myami sandbox » History » Version 1
Anchi Cheng, 11/04/2015 03:17 PM
1 | 1 | Anchi Cheng | h2. Set pythonpath environment variable for local myami sandbox |
---|---|---|---|
2 | |||
3 | For an uninstall myami svn checkout, you can set PYTHONPATH environment variable to use it directly. |
||
4 | |||
5 | # Control Panel\All Control Panel Items\System> click on Advanced settings |
||
6 | # System Properties\Advanced> click on Environment Variables |
||
7 | # Either create a new variable for the current user, or do it system-widely. |
||
8 | |||
9 | PYTHONPATH should incldue both the base myamipath as well as leginon |
||
10 | |||
11 | For example, myami folder is at C:\Users\vagrant\Desktop\myami, then the python path should be set as follows: |
||
12 | <pre> |
||
13 | C:\Users\vagrant\Desktop\myami; C:\Users\vagrant\Desktop\myami\leginon |
||
14 | </pre> |
||
15 | !myami_pythonpath.png! |