From: Patrick G. <pg...@ma...> - 2018-04-25 13:48:30
|
On 04/25/2018 02:07 AM, Jose Miguel de la Rosa Trevin wrote: > We have designed scipion to avoid modifying you environment...so, user > only need to point to the scipion python script from the installation > folder. Two possibilities are: > a) Define an alias to that: alias scipion='/path/to/scipion/scipion' > b) Add the /path/to/scipion to the user PATH environment variable > All the environment settings for each process are done on the fly, this > means that will not interfere between packages or with the system > libraries. > That's very nice, actually. So all I need to do is move the Scipion folder to a publicly accessible location (e.g. /opt/scipion or /usr/local/scipion), make sure the users can find the scipion command, and make sure that the read/write/execute permissions are properly set? |