source: trunk/UTIL/PYTHON/README.ABSOLUTELY @ 1140

Last change on this file since 1140 was 944, checked in by aslmd, 12 years ago

associated changes to previous commit. additional readmes and fixes.

File size: 945 bytes
Line 
1
2OK. If you read this you probably got the python tools developed at LMD (planetary science team).
3
4[If someone gave you this README, and you don't have the actual codes on your computer, get it through SVN
5svn co http://svn.lmd.jussieu.fr/Planeto/trunk/UTIL/PYTHON]
6
7Each folder contains python modules and program you might want to access from anywhere
8This is done through the PYTHONPATH environment variable
9We also recommend to add PYTHONPATH to your PATH to use scripts anywhere
10
11In a nutshell:
12Assume you want to do that for two folders, say "planetoplot_v2" and "mcd"
13Add to environment file (e.g. .bashrc) those lines
14
15PYTHONPATH=$PYTHONPATH:you_got_to_adapt_this_to_your_own/PYTHON/planetoplot_v2
16PYTHONPATH=$PYTHONPATH:you_got_to_adapt_this_to_your_own/PYTHON/mcd
17export PYTHONPATH
18PATH=$PYTHONPATH:$PATH
19export PATH
20
21Don't forget to source the environment file. Then enjoy!
22
23----------------------------
24Note by A. Spiga. 27/04/2013
Note: See TracBrowser for help on using the repository browser.