Re: [sage-devel] Allow for --user pip installs for sage?

2021-09-27 Thread Thierry
Hi, for what it worth, i am +1 for letting the random user to pip-install her own packages, either on ~/.local as William suggested, and/or in ~/.sage/local as it used to be the case (this location ensures that Python packages unrelated to some Sage activity will not add noise). Ciao, Thierry

Re: [sage-devel] Allow for --user pip installs for sage?

2021-09-27 Thread William Stein
On Mon, Sep 27, 2021 at 12:46 PM Nils Bruin wrote: > > > Presently, > > $ sage -pip install --user . > > fails (at least for me, with a vanilla sage install on FC33) with > > ERROR: Can not perform a '--user' install. User site-packages are not visible > in this virtualenv. > > Perhaps it's

[sage-devel] Allow for --user pip installs for sage?

2021-09-27 Thread Nils Bruin
Presently, $ sage -pip install --user . fails (at least for me, with a vanilla sage install on FC33) with ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv. Perhaps it's worth having this? Also, I noticed: $ sage --python3 -c "import sys;