#390: $PYTHONPATH should be configured automatically by the 'run' script when used with -i (install) ----------------------------------+----------------------------------------- Reporter: s.adam@… | Owner: wsanchez@… Type: Enhancement | Status: closed Priority: 4: Nice to have | Milestone: Component: Calendar Server | Severity: Other Resolution: Behaves correctly | Keywords: Radar: | ----------------------------------+----------------------------------------- Changes (by wsanchez@…): * status: new => closed * resolution: => Behaves correctly Comment: The `-i` flag sets a location to install into such that you can create a package from the data in that location, where that location is equivalent to `/`. It passes `--root` to `setup.py`. So this behaves as expected. It sounds like what you want is `--prefix=/opt/CalendarServer`. If you want to get custom with the installation, then you need to build and install each dependency yourself, then run our `setup.py` directly. -- Ticket URL: <http://trac.calendarserver.org/ticket/390#comment:1> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server