Answer the question
In order to leave comments, you need to log in
Silent install (via bat) + pip "is not an internal or external program"?
There was a need to install python + modules for clients, so as not to explain where and where to check the boxes, I decided to use a silent installation via a bat file.
python-3.9.7.exe /quiet InstallAllUsers=0 PrependPath=1
pip install --upgrade pip
pip install -U win-unicode-console
pip install -r requirements.txt
Answer the question
In order to leave comments, you need to log in
without claiming a 100th hit with the answer, but still you will find something useful in the off. documentation - https://pip.pypa.io/en/stable/installation/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question