A
A
Alexander Pikeev2020-08-05 21:20:10
Python
Alexander Pikeev, 2020-08-05 21:20:10

Confusion with pip in python 3.7 and 3.8?

There are several questions on this topic at once:
1. Provided that both 3.7.4 and 3.8.5 are installed, the pip --version operation checks the version of 3.7. Do I need to install a different pip for each version?
2. Does the pip3 install package command install the package for 3.7 or 3.8? If for 3.7, can this be changed?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dr. Bacon, 2020-08-05
@Baryon

(Tired)
pyton3.7 -m pip install
pyton3.8 -m pip install
I hope you at least know about the virtual environment?

S
soremix, 2020-08-05
@SoreMix

If for 3.7, can this be changed?

In the Path variable, specify the directory with the desired version

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question