public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Max Zettlmeißl" <max@zettlmeissl.de>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Q: pp requires --uesr option t hat doesn't exist?
Date: Sun, 24 Dec 2017 22:03:47 +0100	[thread overview]
Message-ID: <CACjvM=cJ9y6LOPpzr8LtqLP=ZZp8QUa0dTtyJ5XRQhO9tdTgRA@mail.gmail.com> (raw)
In-Reply-To: <20171224145406.392a1cbe@wrkhors.com>

$ pip install --user awscli
or $ pip2.7 install --user awscli works.

Merry Christmas.


On 24 December 2017 at 21:54, Steven Lembark <lembark@wrkhors.com> wrote:
>
> This should have been simple: Install AWS client command line tools.
> Catch: Installing it with AWS' example tells me to use the "--user"
> option, though not why, and supplying --user with or without an
> argument tells me there is no such switch.
>
> I'd prefer not maintaining this stuff as SU, rather set up a group
> with access to the necessary libarary areas in Python.
>
> $ pip install awscli
> ERROR: (Gentoo) Please run pip with the --user option to avoid breaking python-exec
>
> $ pip --user install awscli
>
> Usage:
>   pip <command> [options]
>
> no such option: --user
>
> $ pip --user=lembark install awscli
>
> Usage:
>   pip <command> [options]
>
> no such option: --user
>
> Examining the output from "pip --help" gives me lots of no "--user"
> in the output, which makes sense if there are no users. Using
> "--verbose" didn't tell me anything useful either.
>
> Say I want users in the "adm" group to maintain the Python libs,
> I'll need to ( find <someplace> | xargs chgrp adm; find <someplace>
> -type d | xargs chmod 02775; find <someplace> -type f | xargs
> chmod g+w ).
>
> Q: Whare are the python lib's stored?
>
> Python itself only tells me:
>
>     $ python -V
>     Python 3.4.5
>
> not the paths.
>
> Or, for that matter, does anyone know how to avoid the "--user"
> requirement using pip?
>
> thanks
>
> --
> Steven Lembark                                       1505 National Ave
> Workhorse Computing                                 Rockford, IL 61103
> lembark@wrkhors.com                                    +1 888 359 3508
>


      reply	other threads:[~2017-12-24 21:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-24 20:54 [gentoo-user] Q: pp requires --uesr option t hat doesn't exist? Steven Lembark
2017-12-24 21:03 ` Max Zettlmeißl [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CACjvM=cJ9y6LOPpzr8LtqLP=ZZp8QUa0dTtyJ5XRQhO9tdTgRA@mail.gmail.com' \
    --to=max@zettlmeissl.de \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox