Rachel GUI
From GOSIA
(→Installation notes) |
|||
Line 16: | Line 16: | ||
==Installation notes== | ==Installation notes== | ||
+ | |||
+ | ===General=== | ||
Rachel has been installed successfully on the following systems. You can view or submit detailed installation notes for these or other systems. (Please link them to a separate Wiki page.) | Rachel has been installed successfully on the following systems. You can view or submit detailed installation notes for these or other systems. (Please link them to a separate Wiki page.) | ||
+ | |||
+ | If the default python environment set in the rachel.py executable is not appropriate, the following error will appear: | ||
+ | |||
+ | <pre> | ||
+ | % [path].rachel.py | ||
+ | /usr/bin/env: python2.6: No such file or directory | ||
+ | % | ||
+ | </pre> | ||
+ | |||
+ | The correct Python environment can be invoked by typing instead: | ||
+ | |||
+ | <pre> | ||
+ | % [python] [path].rachel.py | ||
+ | <pre> | ||
+ | |||
+ | where [python] is the Python executable with the correct path and [path] is the path to the rachel.py executable where the user installed it. | ||
+ | |||
+ | ===Installation notes for other Linux/Unix systems=== | ||
* [[rachel_installation_ubuntu | Ubuntu]] | * [[rachel_installation_ubuntu | Ubuntu]] |