R
R
Roman Volodin2018-06-11 00:20:01
ubuntu
Roman Volodin, 2018-06-11 00:20:01

How to install pip3 in Ubuntu 18.04 on a bootable flash drive?

There is Ubuntu 18.04, loaded from a flash drive in the "Try without installation" mode. When I try to install pip3: the
sudo apt install python3-pip
console outputs:
E: Unable to locate package python3-pip
At the same time, git, for example, is perfectly installed. What's wrong? Does the install image use other/reduced repositories?
Why is it necessary?
There is a laptop with Windows on which you can not put Ubuntu. I came up with the idea of ​​​​running liveusb, installing the necessary software with scripts and coding in cozy Ubuntu. But so far it hasn't worked out.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rostislav, 2018-06-11
Makkall @viogull

As a way out, you can download the .deb package from here and then install via:
sudo dpkg -i python3-pip_9.0.1-2_all.deb

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question