Difference between revisions of "Python3 -m"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
+ | -m mod : run library module as a script (terminates option list) | ||
+ | |||
[[python3]] -m [[venv]] /path/to/new/virtual/environment | [[python3]] -m [[venv]] /path/to/new/virtual/environment | ||
+ | |||
+ | |||
+ | [[python3 -m pip install -e .]] | ||
== See also == | == See also == | ||
+ | * {{Python3}} | ||
* {{Python}} | * {{Python}} | ||
[[Category:Python]] | [[Category:Python]] |
Latest revision as of 18:36, 27 February 2024
-m mod : run library module as a script (terminates option list)
python3 -m venv /path/to/new/virtual/environment
python3 -m pip install -e .
See also[edit]
- Python3
- 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: