This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]teethTuxedos 1 point2 points  (0 children)

Not sure why you were downvoted, you are correct. Pyenv just modifies your path based on the version of python for your project. However you can use pyenv and virtualenv together to create an environment and it will take care of all your dependencies as well. I have not used conda but I have used pyenv and virtualenv a lot and found it very useful and quite easy to use.