diff options
author | Thanos Apollo <[email protected]> | 2024-04-24 15:56:17 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-04-24 15:56:17 +0300 |
commit | 003dad2a4993c349ca90496dde197181e6fbebe1 (patch) | |
tree | b074716b9b29e456b9c7652d0aaf2c527375a791 | |
parent | fb3f75b5135c4563e6c9fa52f15cd31eacb5acdc (diff) |
exports: Update python
-rw-r--r-- | .shells/exports.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.shells/exports.sh b/.shells/exports.sh index aceacaf..aaf0f7d 100644 --- a/.shells/exports.sh +++ b/.shells/exports.sh @@ -9,6 +9,11 @@ export SBCL_HOME="/usr/lib/sbcl/" export PATH=$PATH:~/.roswell/bin export SBCL_HOME=/usr/local/lib/sbcl export XDG_SESSION_TYPE=x11 +export OLLAMA_HOST=zeus:11434 + +## Python +export PYENV_ROOT="$HOME/.pyenv" +export PATH="$PYENV_ROOT/bin:$PATH" if [[ $- != *i* ]] then |