Changeset 218
- Timestamp:
- 10/16/08 18:18:32 (3 years ago)
- Files:
-
- 1 modified
-
trunk/INSTALL (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/INSTALL
r215 r218 1 NeuroTools Ins allation2 ====================== 1 NeuroTools Installation 2 ======================= 3 3 4 4 First download the package files: … … 19 19 $HOME/opt/mystuff/lib/python2.5/site-packages/ 20 20 21 to your PYTHON_PA H or (in python) your sys.path21 to your PYTHON_PATH or within python in your sys.path directive. 22 22 23 Note, here lib is replaced by lib64 on 64bit systems, and python2.5is23 Note, here lib is replaced by `lib64` on 64 bit systems, and `python2.5` is 24 24 (obviously) replaced by your python version. 25 25 26 Develop pers of NeuroTools may be interested in having their lastly updated version from SVN used by python (and therefore on python's path). A solution is to symbolically link the src folder to a folder included in the path:26 Developers of NeuroTools may be interested in having their lastly updated version from SVN used by python (and therefore on python's path). A solution is to symbolically link the src folder to a folder included in the path: 27 27 28 28 cd my_local_site-packages_folder
