J
J
Jekson2021-08-19 18:36:37
Python
Jekson, 2021-08-19 18:36:37

How to install a specific version of pip?

A lot of information about how to install a specific version of a package using pip, but I can not find how to install pip itself of a specific version
something like
sudo apt install python3-pip==19.0.3

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vindicar, 2021-08-19
@Lepilov

It is possible to update (and probably "outdate") pip using itself, you just need to call it as python3 -m pip and so on.
Or, since you are using apt, then man apt will help, he should be able to do this.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question