This commit is contained in:
2024-04-03 00:08:40 +02:00
parent a1354d13fd
commit 319fceddd0
3 changed files with 19 additions and 3 deletions

3
.zprofile Normal file
View File

@ -0,0 +1,3 @@
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init --path)"