Actions
Feature #319
closedDetermine how appion/bin programs should be used
Start date:
04/02/2010
Due date:
% Done:
100%
Estimated time:
Description
Determine how appion/bin programs should be used
Currently, we have several program that need to be executed in the appion/bin folder
There are three ways to properly install appionlib:
- Tell users to put
appion/bin
folder directly inPATH
evironmental variable - Tell users to put
appion/bin/*.py
folder directly in/usr/local/bin
or/usr/bin
- Put a symbolic link to the
appion/bin/appion
script into/usr/local/bin
or/usr/bin
and then use theappion
script to launch all programs, e.g.appion makestack2.py --option1 --option1
If we go with option #3, then we should change the webpages to use this script
a typical site-packages folder is: /usr/lib/python2.6/site-packages/
Actions