How does a virtual environment work?

This page summarizes the projects mentioned and recommended in the original post on /r/Python

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • PDM

    A modern Python package and dependency manager supporting the latest PEP standards

  • pdm and PEP 582 enter the chat

  • pip

    The Python package installer

  • ~/tmp $ python3 -m venv --copies testvenv ~/tmp $ testvenv/bin/pip install xkcdpass Collecting xkcdpass Using cached xkcdpass-1.19.3.tar.gz (2.6 MB) Preparing metadata (setup.py) ... done Installing collected packages: xkcdpass DEPRECATION: xkcdpass is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 Running setup.py install for xkcdpass ... done Successfully installed xkcdpass-1.19.3 ~/tmp $ testvenv/bin/xkcdpass travesty sizzling untying penpal impish matchbox ~/tmp $ head -n 1 testvenv/bin/xkcdpass #!/home/vinay/tmp/testvenv/bin/python3 ~/tmp $ mv testvenv testvenv2 ~/tmp $ testvenv2/bin/xkcdpass bash: testvenv2/bin/xkcdpass: /home/vinay/tmp/testvenv/bin/python3: bad interpreter: No such file or directory

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Pipenv: Promises a Lot, Delivers Little

    2 projects | news.ycombinator.com | 16 Jul 2022
  • Boring Python: dependency management (2022)

    3 projects | news.ycombinator.com | 4 Feb 2024
  • sudo pip install should be illegal

    1 project | /r/linuxmemes | 8 Dec 2023
  • just-pip-tools: An example of managing python dependencies as layered lock files with just and pip-tools

    3 projects | /r/Python | 18 Oct 2023
  • Can't seem to install Python YAML support

    1 project | /r/Ubuntu | 29 Aug 2023