virtualenv
EcosystemPython N/ABeginner
Third-party virtual environment creator (more features than venv)
Quick Info
- Python Version
- N/A
- Dependencies
- distlib, filelock, platformdirs
- Install
pip install virtualenv
Learn by Difficulty
Quick Example
python
# virtualenv # Third-party virtual environment creator (more features than venv) # # Category: Ecosystem # Related: N/A print("virtualenv: Third-party virtual environment creator (more features than venv)")
virtualenv is part of the Python ecosystem. Third-party virtual environment creator (more features than venv).
Try in PlaygroundTags
ecosystemcommunityresource