B
B
bot123123 robotovkiy1232021-07-30 00:37:54
pip
bot123123 robotovkiy123, 2021-07-30 00:37:54

How to set up pip?

When installing packages, they are installed in

Requirement already satisfied: dnspython in /usr/local/lib/python3.8/dist-packages (2.1.0)

Where to set let for python version 2.7?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
ge, 2021-08-01
@gedev

You want to install packages for Python 2, but you use pip for Python 3. If the python2-pip package (may be called differently) is available on your system, then install the packages like this:
pip2 install имя_пакета
If pip2 is not there, then you can install it like this:
python2.7 get-pip.py
Download get-pip .py from here: https://pip.pypa.io/en/latest/installation/

V
Vladimir, 2014-03-02
@vofffka

www.citilink.ru/catalog/parts/videocards/780425

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question