Difference between revisions of "Venv"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | * Installation: <code>[[pip install virtualenv]]</code> | + | * Installation: |
+ | ** <code>[[pip3 install virtualenv]]</code> | ||
+ | ** <code>[[pip install virtualenv]]</code> | ||
* <code>[[python3 -m]] venv /path/to/new/virtual/environment</code> | * <code>[[python3 -m]] venv /path/to/new/virtual/environment</code> |
Revision as of 12:20, 4 January 2022
- Installation:
python3 -m venv /path/to/new/virtual/environment
Related terms
- virtualenv
.venv
source .venv/bin/activate
See also
virtualenv
,venv
,.venv
,.venv/
,pip3 install virtualenv
,virtualenv --help
- Python, PIP, GIL, Flask, Django, Marshmallow,
def
, logging, Pandas, Numpy, AWS Chalice,import
,from
,tuple
,list
, Python exceptions,virtualenv
,.append
,pytz
,TZ
,print
,python3 -c
,os
, PEP, Python Institute, Methods: Dunder methods, Flake8, Python collections, Function decorators in Python, Click python library, Python module, Flower,kwargs
, Black (Python), Python list structure, Mypy,variables
, Casting,try:
, pydoc, argparse, Anaconda,pyenv, setup.py, python3 --version, python3 --help
, Data Classes, raise
Advertising: