Python Forum
Python venv and PIP version issue
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python venv and PIP version issue
#1
My work computer runs windows and I do not have admin rights. The computer however does allow install of Python using the company's package manager. The package manager installs python into c:\program files and updates the path. It also installs PIP into c:\program files.

If I update PIP using pip install --upgrade pip, the new version of pip is installed into my local appdata directory. According to documentation, this appears to be normal because on windows, pip installs packages to the appdata by default. I did however I did notice that I had to update the path variable to favor the appdata directory first or the older global verison of pip gets run instead.

When I create a new virtual environment using python -m venv <myproject>\.venv, the older version of pip in program files is copied over to the virtual environment instead of the newer version in appdata. This is despite that the older PIP is later in the path. Is this some sort of bug or is there a way around this?

My current workaround is to run pip again in the virtual environment, which seems to install the pip into the virtual environment.
Reply


Messages In This Thread
Python venv and PIP version issue - by JanOlvegg - Feb-21-2023, 08:06 PM
RE: Python venv and PIP version issue - by snippsat - Feb-21-2023, 08:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How does venv update $PATH without activating on Windows? bottomfeeder 3 655 Mar-13-2025, 01:46 PM
Last Post: DeaD_EyE
  JenkinsFile to create a Python venv NikitaMathur 2 1,442 Sep-23-2024, 11:33 AM
Last Post: NikitaMathur
  How to find out from outside Python (in Windows) the current version of Python? pstein 5 2,201 Jun-28-2024, 07:02 AM
Last Post: Samuel34
  Troubleshooting Jupyter Notebook installation with Python using pip and a venv Drone4four 1 1,898 Jun-04-2024, 10:55 PM
Last Post: Drone4four
  run part of a script with a different version of Python jdog 3 2,185 May-27-2024, 01:57 AM
Last Post: Alice12
  my venv is not loading njoki 1 1,598 Mar-20-2024, 10:41 AM
Last Post: snippsat
  Understanding venv; How do I ensure my python script uses the environment every time? Calab 1 4,477 May-10-2023, 02:13 PM
Last Post: Calab
  How to resolve version conflicts in Python? taeefnajib 0 1,955 Apr-27-2023, 08:37 PM
Last Post: taeefnajib
  Python Version upgrade nitinkukreja 1 1,665 Feb-04-2023, 10:27 PM
Last Post: Larz60+
  Visual Studio Code venv ibm_db error mesi1000 7 4,843 Nov-13-2022, 12:36 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

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