R
R
Radiss2020-04-17 22:38:03
Python
Radiss, 2020-04-17 22:38:03

How to install sqlalchemy in python3 via pip if in ubuntu 2 version?

2.7.17 and 3.6 versions of python are globally installed in ubuntu mate, respectively, pip and pip3

Trying to install sqlalchemy for version 3, but so far only installed for 2

via

pip install sqlalchemy


How to install (locally, globally or in siblime) for version 3 of pip and python?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2020-04-17
@radiss

pip3 install sqlalchemy
or
python3 -m pip install sqlalchemy

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question