AS
Python
Windows Command Line
Invoke pip via py
py -m pip install
Path of python exe
where py
Pip list
py -m pip freeze
Eseguire un file di Python da riga di comando
hello_world.py
print("Hello")
Prompt dei comandi: input
py "C:\my path\hello_world.py"
Prompt dei comandi: output
Hello