Difference - "pyenv uninstall" and "pyenv virtualenv-delete" #2534
Unanswered
baskrahmer
asked this question in
Ideas
Replies: 2 comments 2 replies
-
Pyenv 2.3.4 by the way :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
It could be the same command, but I'm not sure if that would really simplify things.
So why should it suddenly uninstall the same way? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run
pyenv versions
, I get to see all my versions. As far as I believe, they are all unique. Example:When I want to remove a version, I can use
pyenv uninstall 3.9.0
. For the venv however, I need to runpyenv virtualenv-delete 3.9.0/envs/test
. Does this really need to be a separate command? I think it complicates things.Beta Was this translation helpful? Give feedback.
All reactions