Skip to content

Instantly share code, notes, and snippets.

@veekaybee
Created November 16, 2024 00:47
Show Gist options
  • Save veekaybee/9ae4eabc2cbc897dcc55ad1304104d5e to your computer and use it in GitHub Desktop.
Save veekaybee/9ae4eabc2cbc897dcc55ad1304104d5e to your computer and use it in GitHub Desktop.

You might want to use uv now that it's gotten a bit more stable for Mac. I've already been using it at work and wanted to install it locally for a new project on my computer, but had pyenv. Only do this if you completely want to rip out pyenv, otherwise, just disable it by removing from your ~/.zshrc

Here's what I had to do:

  1. Comment out everything related to pyenv in my ~/.zshrc file and source ~/.zshrc - you may have to search around for all instances if you are like me and not organized about your ~/.zshrc
  2. rm -rf "$HOME/.pyenv" # DOUBLE CHECK THIS COMMAND AND WHERE YOUR pyenv is
  3. brew uninstall pyenv just in case
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment