T
T
twid2017-01-18 17:34:26
Python
twid, 2017-01-18 17:34:26

How to install pip via command line?

Good evening.
I want to enter in the command line:
python https://bootstrap.pypa.io/get-pip.py
it doesn’t work like that .. what should I change?
upd 22 Jan. I have Windows and the task is to automatically install pip.
It just occurred to me to cram everything into one line)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
longclaps, 2017-01-18
@longclaps

The python interpreter doesn't want to pretend to be wget.
Try downloading the file and running it locally.

E
Evgeniy _, 2017-01-18
@GeneD88

easy_install pip

U
Uno, 2017-01-22
@Noizefan

apt-get install python-pip

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question