mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
Initialize pyenv the proper way
This commit is contained in:
parent
c3ccad3fef
commit
89e17bc508
|
@ -19,7 +19,10 @@ export EDITOR
|
|||
{%@@ if profile == 'VWAGWOY00349' @@%}
|
||||
[[ $(command -v /opt/homebrew/bin/brew) ]] && eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
{%@@ endif @@%}
|
||||
[[ $(command -v pyenv) ]] && eval "$(pyenv init -)"
|
||||
|
||||
[[ $(command -v pyenv) ]] && export PYENV_ROOT="$HOME/.pyenv"
|
||||
[[ $(command -v pyenv) ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
[[ $(command -v pyenv) ]] && eval "$(pyenv init --path)"
|
||||
|
||||
{%@@ if profile == 'AINCRAD-wsl' or profile == 'AINCRAD' or profile == 'YOETUNHEIMR-wsl' or profile == 'yoetunheimr' @@%}
|
||||
# Set DOTNET_ROOT enviroment variable
|
||||
|
|
Loading…
Reference in a new issue