Difference between revisions of "Virtualenv"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | + | * Installation: <code>[[pip3 install virtualenv]]</code> | |
− | Installation: | ||
− | |||
* Help: <code>[[virtualenv --help]]</code> | * Help: <code>[[virtualenv --help]]</code> |
Revision as of 13:29, 19 January 2022
- Installation:
pip3 install virtualenv
- Help:
virtualenv --help
- Creation:
virtualenv my_new_enviroment
or
python3 -m venv /path/to/new/virtual/environment
or
python3 -m venv ./
To activate new enviroment:
source my_new_enviroment/bin/activate deactivate
Related terms
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: