Skip to content
Discussion options

You must be logged in to vote

pyenv uninstall now accepts virtualenv names:

$ pyenv virtualenv 3 test
$ pyenv versions
* system (set by /home/vmuser/.pyenv/version)
  3.14.0
  3.14.0/envs/test
  test --> /home/vmuser/.pyenv/versions/3.14.0/envs/test
$ pyenv uninstall test
pyenv: remove /home/vmuser/.pyenv/versions/test? (y/N) y
pyenv-virtualenv: remove /home/vmuser/.pyenv/versions/3.14.0/envs/test? (y/N) y
$ pyenv virtualenv 3 test
$ pyenv uninstall 3.14.0/envs/test 
pyenv: remove /home/vmuser/.pyenv/versions/test? (y/N) y
pyenv-virtualenv: remove /home/vmuser/.pyenv/versions/3.14.0/envs/test? (y/N) y

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@baskrahmer
Comment options

@native-api
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by native-api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants