assisi / assisipy

Python API for the ASSISI|bf project.
Other
0 stars 3 forks source link

Clean up deployment from pre-package leftovers #54

Closed dmiklic closed 8 years ago

dmiklic commented 8 years ago

Remove the line

export PYTHONPATH=/home/assisi/python:$PYTHONPATH;

from assisirun.py (it's a leftover of ancient times, before we had the nice package)

rmm-fcul commented 8 years ago

Careful to test for a local installation (e.g. with pip install --user assisipy); I think it would work ok provided assisipy is installed in this way for the assisi user as well (and possibly needs ~/.local/bin added to the path for the scripts, not sure whether deployment tools use any others at runtime)

dmiklic commented 8 years ago

Closed by 2e989dd The fix assumes a system-wide installation of the assisipy library.