Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installs to /usr/local on pip => 8.1.1 #1526

Closed
paulczar opened this issue May 26, 2016 · 1 comment
Closed

installs to /usr/local on pip => 8.1.1 #1526

paulczar opened this issue May 26, 2016 · 1 comment

Comments

@paulczar
Copy link

incorrect location:

root@f4666e617085:/# /usr/local/bin/pip --version
pip 8.1.2 from /usr/local/lib/python2.7/dist-packages (python 2.7)
root@f4666e617085:/# /usr/local/bin/pip install graphite-web
Collecting graphite-web
Installing collected packages: graphite-web
Successfully installed graphite-web-0.9.15
root@f4666e617085:/# ls /usr/local/webapp/
content

correct location:

pip 8.1.0 from /usr/local/lib/python2.7/dist-packages (python 2.7)
root@f4666e617085:/# /usr/local/bin/pip install graphite-web
Collecting graphite-web
Installing collected packages: graphite-web
Successfully installed graphite-web-0.9.15
You are using pip version 8.1.0, however version 8.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
root@f4666e617085:/# ls /opt/graphite/
bin/      conf/     examples/ storage/  webapp/   
root@f4666e617085:/# ls /opt/graphite/webapp/
content  graphite  graphite_web-0.9.15-py2.7.egg-info
@deniszh
Copy link
Member

deniszh commented May 26, 2016

Yep, known issue - #1508
Let's continue there.

@deniszh deniszh closed this as completed May 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants