avatar
python install window Python

> Go to the link: https://www.python.org/downloads/windows/

C:\Program Files\python
python.exe

> In some cases, py --version not working, you can duplicate python.exe into another file named py.exe.

> Using Environment Variables In Bash with Python

C:\Program Files\python

> Batch Mode:

C:\Program Files\python>curl -sSL https://bootstrap.pypa.io/get-pip.py -o get-pip.py
C:\Program Files\python>py get-pip.py
Collecting pip
  Downloading pip-22.2.2-py3-none-any.whl (2.0 MB)
     ---------------------------------------- 2.0/2.0 MB 290.0 kB/s eta 0:00:00
Collecting setuptools
  Downloading setuptools-65.1.0-py3-none-any.whl (1.2 MB)
     ------------------------------- -------- 1.0/1.2 MB 67.3 kB/s eta 0:00:04
You need to login to do this manipulation!