← Back to team overview

datafinder-team team mailing list archive

[Bug 646099] Re: For server-based installations, the "python setup.py install" should be fixed

 

** Changed in: datafinder
       Status: Fix Committed => Fix Released

-- 
For server-based installations, the "python setup.py install" should be fixed
https://bugs.launchpad.net/bugs/646099
You received this bug notification because you are a member of
DataFinderTeam, which is subscribed to DataFinder.

Status in DataFinder - flexible data management: Fix Released

Bug description:
For server-based installations, "python setup.py install" should install everything beneath src/ (with .pyc file) in /usr/local/lib/python2.X/dist-packages/. 

Two specific issues that come to mind:
* right now, more than actually necessary/wanted is installed (bin/ and build_scripts/ for example)
 *also, src/ instead of datafinder/ is copied to dist-packages