JDilla
JDilla

Reputation: 1

PIP doesn't install packages

I use "pip install pyenv-win" and there are no errors but then pyenv doesn't work, I can't find it anywhere also. I tried reinstalling pip and python

Upvotes: 0

Views: 71

Answers (2)

Brian_E
Brian_E

Reputation: 34

I have not had success using pyenv-win. In contrast, I very much like pyenv on linux and mac. I assume you would like to manage multiple versions of Python on your Windows machine. I would suggest using anaconda instead https://www.anaconda.com/distribution/.

Upvotes: 1

Henrique Branco
Henrique Branco

Reputation: 1940

Check the oficial documentation of pyenv-win. There are 3 different ways you can install it. But on windows you need to configure your environment variable, as described in documentation.

Upvotes: 0

Related Questions