Contents

virtualenv 20.26.6

0

Virtual Python Environment builder

Virtual Python Environment builder

Stars: 4813, Watchers: 4813, Forks: 1027, Open Issues: 29

The pypa/virtualenv repo was created 13 years ago and the last code push was 4 days ago.
The project is very popular with an impressive 4813 github stars!

How to Install virtualenv

You can install virtualenv using pip

pip install virtualenv

or add it to a project with poetry

poetry add virtualenv

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/virtualenv/
Documentation:
https://virtualenv.pypa.io
GitHub Repo:
https://github.com/pypa/virtualenv

Classifiers

  • Software Development/Libraries
  • Software Development/Testing
  • Utilities
No  virtualenv  pypi packages just yet.

Errors

A list of common virtualenv errors.

Code Examples

Here are some virtualenv code examples and snippets.

GitHub Issues

The virtualenv package has 29 open issues on GitHub

  • fix: cast type from Path to text
  • Update activate.sh ' to "
  • The –python command-line flag should take precedence over config file python and VIRTUALENV_PYTHON variable
  • Virtualenv does not work correctly on python 2.7 from python.org and new macOS 12 Monterey
  • M1 Mac codesigning issue: execv() arg 2 must contain only strings
  • PyPy hard-codes the dlls and sos installed into a virtualenv
  • The virtualenv.pyz zipapp cannot be run with an arbitrary python.

See more issues on GitHub

Related Packages & Articles

tox 4.21.2

tox is a generic virtualenv management and test command line tool

spacy 3.8.2

Industrial-strength Natural Language Processing (NLP) in Python