Python Forum
virtual environment questions
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
virtual environment questions
#1
1. can virtual environment be installed (from pip) by a non-root user just in their home directory so that no system files are touched?

2. how does virtual environment enable Python versions that do not yet exist on the host? does it download a binary engine for your architecture (is arm64 available) or download source code and compile it or download a PyPy engine that runs under the host Python version to be an engine of the desired version?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply
#2
What have you tried?
Reply
#3
i have tried google but there is a lot of noise and a variety of conflicting answers apparently because it's probably not real virtualization but just a redirection trick. i'm needing solid answers because i have so much stuff that could get broken by this. with an understanding of exactly what kind of virtualization is really used and how it lays out files i can diagnose things more easily and not end making so many mistakes that could break things.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  copy a virtual environment to a new system Skaperen 1 2,646 Sep-17-2019, 11:41 AM
Last Post: snippsat
  PyCharm virtual environment (venv) issues? j.crater 1 2,255 Aug-14-2018, 10:22 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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