Actions
Feature #318
closedDetermine how appionlib folder should be installed
Start date:
04/02/2010
Due date:
% Done:
100%
Estimated time:
Description
Determine how appionlib folder should be installed.
Currently, if you copy myami to site-packages it works for sinedon, pyami, leginon, pyscope, etc. EXCEPT appionlib, because appionlib is in the appion folder.
There are three ways to properly install appionlib:
- Tell users to put
appionlib
folder directly insite-packages
- Tell users to put
appionlib
folder directly inPYTHONPATH
- Move
appionlib
tomyami
root directory
a typical site-packages folder is: /usr/lib/python2.6/site-packages/
Actions