Hi Jon, thanks for the report. While your fix will certainly work, it's not the preferred approach in this case. Rather than modifying sys.path in Allura scripts, we simply assume that the Allura python package will be installed. To install Allura and it's dependencies, run update.sh in the root of the repo.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Originally by: jpschewe
See merge request 11
Hi Jon, thanks for the report. While your fix will certainly work, it's not the preferred approach in this case. Rather than modifying
sys.path
in Allura scripts, we simply assume that the Allura python package will be installed. To install Allura and it's dependencies, runupdate.sh
in the root of the repo.