0

I have python 3.7.4 and python 3.6.4 on my machine since that some packages don't work on 3.7.4 version

How to use pip with the 3.6.4 version ?

1

1 Answer 1

-1

You can use a python version management program to switch between several Python versions for your projects.

I recommend, pyenv but you can also use pipenv wich is also a package management utility.

Pyenv : https://github.com/pyenv/pyenv
Pipenv : https://github.com/pypa/pipenv

Sign up to request clarification or add additional context in comments.

1 Comment

thank u , it is resolved

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.