Last change
on this file since 1242 was
944,
checked in by aslmd, 12 years ago
|
associated changes to previous commit. additional readmes and fixes.
|
File size:
945 bytes
|
Rev | Line | |
---|
[944] | 1 | |
---|
| 2 | OK. 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 |
---|
| 5 | svn co http://svn.lmd.jussieu.fr/Planeto/trunk/UTIL/PYTHON] |
---|
| 6 | |
---|
| 7 | Each folder contains python modules and program you might want to access from anywhere |
---|
| 8 | This is done through the PYTHONPATH environment variable |
---|
| 9 | We also recommend to add PYTHONPATH to your PATH to use scripts anywhere |
---|
| 10 | |
---|
| 11 | In a nutshell: |
---|
| 12 | Assume you want to do that for two folders, say "planetoplot_v2" and "mcd" |
---|
| 13 | Add to environment file (e.g. .bashrc) those lines |
---|
| 14 | |
---|
| 15 | PYTHONPATH=$PYTHONPATH:you_got_to_adapt_this_to_your_own/PYTHON/planetoplot_v2 |
---|
| 16 | PYTHONPATH=$PYTHONPATH:you_got_to_adapt_this_to_your_own/PYTHON/mcd |
---|
| 17 | export PYTHONPATH |
---|
| 18 | PATH=$PYTHONPATH:$PATH |
---|
| 19 | export PATH |
---|
| 20 | |
---|
| 21 | Don't forget to source the environment file. Then enjoy! |
---|
| 22 | |
---|
| 23 | ---------------------------- |
---|
| 24 | Note by A. Spiga. 27/04/2013 |
---|
Note: See
TracBrowser
for help on using the repository browser.