Graphite fails to install in a virtualenv
Bug #795713 reported by
Kamil Kisiel
This bug affects 13 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Graphite |
Triaged
|
Medium
|
Unassigned |
Bug Description
I created a virtualenv and attempted to install graphite, but it seems to have some hard-coded paths to /opt:
copying webapp/
running build_scripts
creating build/scripts-2.7
copying and adjusting bin/run-
changing mode of build/scripts-
running install_lib
creating /opt/graphite
error: could not create '/opt/graphite': Permission denied
To post a comment you must log in.
Steps I took to attempt install it:
virtualenv graphite bin/activate
source graphite/
pip install graphite
Ideally this should get graphite and all its dependencies from PyPi and install them in to the virtualenv.