VirtualEnv 20.24.0 released | "Linux should learn like this"

VirtualEnv 20.24.0 is now released. VirtualEnv is used to create multiple independent Python runtime environments on one machine, which can isolate third-party package dependencies between projects, provide convenience for deploying applications, and package the virtual environment of the development environment into The production environment is enough, and there is no need to toss and turn on the server.

VirtualEnv 20.24.0 Released VirtualEnv 20.24.0 Released

The updated content of the new version is as follows:

  • release 20.23.1 #2590
  • Fix CI #2593
  • Quick Start Guide #2599
  • Updated config file names in CLI docs #2602
  • Exclude dependabot and pre-commit ci from release notes #2603
  • Export VIRTUAL_ENV_PROMPT in activation script (#2194) #2606
  • Upgrade setuptools #2607

Update instructions: https://github.com/pypa/virtualenv/releases/tag/20.24.0

 

Guess you like

Origin blog.csdn.net/u014389734/article/details/131989341