Skip to content

Commit

Permalink
Disable pyenv for awhile, playing around with uv
Browse files Browse the repository at this point in the history
  • Loading branch information
amontalenti committed Aug 24, 2024
1 parent de49abf commit 0166fde
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ path=(
/opt/storm/bin
/opt/vagrant/bin
/home/am/.local/bin
/home/am/.pyenv/bin
#/home/am/.pyenv/bin
/home/am/.nvm/bin
/snap/bin
/home/am/opt/bin
Expand All @@ -58,8 +58,8 @@ bindkey '^xe' edit-command-line
bindkey '^x^e' edit-command-line

# add pyenv support
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
#eval "$(pyenv init -)"
#eval "$(pyenv virtualenv-init -)"
# intentionally disabled:
# export VIRTUAL_ENV_DISABLE_PROMPT=1
# Python and pip options:
Expand Down Expand Up @@ -155,3 +155,6 @@ bindkey '^f' fex-widget

# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh

# cargo environment (for uv)
[[ ! -f ~/.cargo/env ]] || source ~/.cargo/env

0 comments on commit 0166fde

Please sign in to comment.