
10 Nov
2017
10 Nov
'17
12:37 p.m.
On Fri, Nov 10, 2017 at 07:48:35AM +0100, Michel Desmoulin desmoulinmichel@gmail.com wrote:
On linux you can't pip install, you need --users, admin rights or a virtualenv.
Isn't it the same on Windows? For an admin-installed Python you need --users, admin rights or a virtualenv. And a user-installed Python on Windows is equivalen to a user-compiled Python on Linux -- pip installs packages to the user-owned site-packages directory.
Oleg.
--
Oleg Broytman http://phdru.name/ phd@phdru.name
Programmers don't die, they just GOSUB without RETURN.