Python Forum
Thread Rating:
  • 2 Vote(s) - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
library path
#2
I'm not sure, but I think the standard solution is to use virtualenv to create a local environment that acts like it's actually root.

Something like (venv is bundled with python, so it should already be installed)...
> python -m venv the_env
> cd the_env
> ./Scripts/activate
> pip install numpy
Reply


Messages In This Thread
library path - by Albert65 - Aug-23-2017, 11:23 PM
RE: library path - by nilamo - Aug-24-2017, 06:41 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020