Re: pip install as non-root on Fedora

2018-05-02 Thread stan
On Wed, 2 May 2018 09:48:36 -0400 Todd Zullinger wrote: > Ian Pilcher wrote: > > Is it possible to get $SUBJECT working? I need to install 'grip' > > from https://github.com/joeyespo/grip, and trying to do so as a > > normal user isn't working (permission denied errors trying to write > > to /us

Re: pip install as non-root on Fedora

2018-05-02 Thread Todd Zullinger
Ian Pilcher wrote: > Is it possible to get $SUBJECT working? I need to install 'grip' from > https://github.com/joeyespo/grip, and trying to do so as a normal user > isn't working (permission denied errors trying to write to > /usr/lib/python2.7/site-packages). I believe you need to add the --use

pip install as non-root on Fedora

2018-05-02 Thread Ian Pilcher
Is it possible to get $SUBJECT working? I need to install 'grip' from https://github.com/joeyespo/grip, and trying to do so as a normal user isn't working (permission denied errors trying to write to /usr/lib/python2.7/site-packages). -- ==