Difference between revisions of "Venv"
Jump to navigation
Jump to search
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | <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> | ||
− | [[python3 -m | + | [[python3 -m venv path/to/venv]] |
== Related terms == | == Related terms == | ||
− | * [[virtualenv]] | + | * <code>[[error: externally-managed-environment]]</code> |
+ | * <code>[[virtualenv]] my_new_enviroment</code> | ||
+ | * <code>[[virtualenv my new env/venv]]</code> | ||
+ | * <code>[[source]] venv/bin/[[activate]]</code> | ||
* <code>[[.venv]]</code> | * <code>[[.venv]]</code> | ||
* <code>[[source]] [[.venv/]]bin/activate</code> | * <code>[[source]] [[.venv/]]bin/activate</code> | ||
+ | * [[pip list]], [[pip list -v]] | ||
− | ==See also== | + | == See also == |
* {{venv}} | * {{venv}} | ||
* {{Python}} | * {{Python}} | ||
[[Category:Python]] | [[Category:Python]] |
Latest revision as of 04:59, 6 June 2024
- Installation:
python3 -m venv /path/to/new/virtual/environment
python3 -m venv path/to/venv
Related terms[edit]
error: externally-managed-environment
virtualenv my_new_enviroment
virtualenv my new env/venv
source venv/bin/activate
.venv
source .venv/bin/activate
- pip list, pip list -v
See also[edit]
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: