mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
rm: remove pyenv
This commit is contained in:
parent
d4de0e26fa
commit
36575f8d5b
5 changed files with 13 additions and 23 deletions
|
|
@ -11,12 +11,6 @@ eval "$(/opt/homebrew/bin/brew shellenv)"
|
|||
# fnm shell env
|
||||
eval "$(fnm env --use-on-cd)"
|
||||
|
||||
# pyenv
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
command -v pyenv > /dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
export PIPX_DEFAULT_PYTHON="$HOME/.pyenv/shims/python"
|
||||
|
||||
# deno
|
||||
export PATH="$HOME/.deno/bin:$PATH"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue