diff --git a/bash/.bash_profile b/bash/.bash_profile index a3b7f36..c0ab055 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -8,3 +8,6 @@ export PATH="$PATH:/home/matt/.lmstudio/bin" # End of LM Studio CLI section +export PYENV_ROOT="$HOME/.pyenv" +export PATH="$PYENV_ROOT/bin:$PATH" +eval "$(pyenv init - bash)" diff --git a/bash/.bashrc b/bash/.bashrc index 1340ff5..d491b46 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -513,6 +513,11 @@ eval "$(pyenv init --path)" eval "$(pyenv init -)" eval "$(pyenv virtualenv-init -)" +export PYENV_ROOT="$HOME/.pyenv" +export PATH="$PYENV_ROOT/bin:$PATH" +eval "$(pyenv init - bash)" + +# Install Starship - curl -sS https://starship.rs/install.sh | sh eval "$(starship init bash)" eval "$(zoxide init bash)"