[PATCH 3 of 3] docs/installation: clarify root privileges requirement for 'pip install'

2015-03-14 Thread Thomas De Schampheleire
# HG changeset patch # User Thomas De Schampheleire # Date 1426366315 -3600 # Sat Mar 14 21:51:55 2015 +0100 # Node ID b5efe92cea65b44e102a90508db3d53f5919466f # Parent f5e05f4a8bff420c63924b3764fcf33d162624ed docs/installation: clarify root privileges requirement for 'pip install' diff --g

Re: [PATCH 3 of 3] docs/installation: clarify root privileges requirement for 'pip install'

2015-03-14 Thread Mads Kiilerich
On 03/14/2015 09:52 PM, Thomas De Schampheleire wrote: # HG changeset patch # User Thomas De Schampheleire # Date 1426366315 -3600 # Sat Mar 14 21:51:55 2015 +0100 # Node ID b5efe92cea65b44e102a90508db3d53f5919466f # Parent f5e05f4a8bff420c63924b3764fcf33d162624ed docs/installation: clarif

Re: [PATCH 3 of 3] docs/installation: clarify root privileges requirement for 'pip install'

2015-03-15 Thread Andrew Shadura
Hello, On Sat, 14 Mar 2015 23:03:27 +0100 Mads Kiilerich wrote: > > +Note that this method requires root privileges. When installing as > > a regular +user, you can use:: > > + > > +pip install --user kallithea > > + > > +or (recommended) install Kallithea in a virtualenv (next section). >

Re: [PATCH 3 of 3] docs/installation: clarify root privileges requirement for 'pip install'

2015-03-15 Thread Mads Kiilerich
On 03/15/2015 01:04 PM, Andrew Shadura wrote: Hello, On Sat, 14 Mar 2015 23:03:27 +0100 Mads Kiilerich wrote: +Note that this method requires root privileges. When installing as a regular +user, you can use:: + +pip install --user kallithea + +or (recommended) install Kallithea in a virtu

Re: [PATCH 3 of 3] docs/installation: clarify root privileges requirement for 'pip install'

2015-03-15 Thread Thomas De Schampheleire
Hi, On Sun, Mar 15, 2015 at 2:06 PM, Mads Kiilerich wrote: > On 03/15/2015 01:04 PM, Andrew Shadura wrote: >> >> Hello, >> >> On Sat, 14 Mar 2015 23:03:27 +0100 >> Mads Kiilerich wrote: >> +Note that this method requires root privileges. When installing as a regular +user, you can use:

Re: [PATCH 3 of 3] docs/installation: clarify root privileges requirement for 'pip install'

2015-03-15 Thread Mads Kiilerich
On 03/15/2015 02:57 PM, Thomas De Schampheleire wrote: Hi, On Sun, Mar 15, 2015 at 2:06 PM, Mads Kiilerich wrote: On 03/15/2015 01:04 PM, Andrew Shadura wrote: Hello, On Sat, 14 Mar 2015 23:03:27 +0100 Mads Kiilerich wrote: +Note that this method requires root privileges. When installing

Re: [PATCH 3 of 3] docs/installation: clarify root privileges requirement for 'pip install'

2015-03-16 Thread Andrew Shadura
Hi, On 15 March 2015 at 14:06, Mads Kiilerich wrote: >> It really does work, it installs packages into ~/.local, which is >> useful if you just want to test things out, and if you do want to mix >> your system packages with locally installed ones. > How does it work? Will the global installation

Re: [PATCH 3 of 3] docs/installation: clarify root privileges requirement for 'pip install'

2015-03-16 Thread Thomas De Schampheleire
On March 16, 2015 6:28:05 PM CET, Andrew Shadura wrote: >Hi, > >On 15 March 2015 at 14:06, Mads Kiilerich wrote: >>> It really does work, it installs packages into ~/.local, which is >>> useful if you just want to test things out, and if you do want to >mix >>> your system packages with locally i

Re: [PATCH 3 of 3] docs/installation: clarify root privileges requirement for 'pip install'

2015-03-17 Thread Andrew Shadura
Hi, On 16 March 2015 at 19:35, Thomas De Schampheleire wrote: >>It is very easy to do that. Just drop ~/.local, switch to another user >>or anything like that. > Switching to another user can hardly be called a graceful removal. > Deleting the directory just like that isn't possible if the user