Add pyenv

This commit is contained in:
ItsDrike 2022-03-30 11:12:09 +02:00
parent 99f2dae3a5
commit 1ca0abc29c
No known key found for this signature in database
GPG key ID: B014E761034AF742
2 changed files with 2 additions and 0 deletions

View file

@ -37,6 +37,7 @@ export SQLITE_HISTORY="$XDG_DATA_HOME/sqlite_history"
export WAKATIME_HOME="$XDG_CONFIG_HOME/wakatime"
export GOPATH="$XDG_DATA_HOME/go"
export IPYTHONDIR="$XDG_CONFIG_HOME/ipython"
export PYENV_ROOT=$XDG_DATA_HOME/pyenv
#export PYLINTHOME="$XDG_CACHE_HOME/pylint"
#export DOCKER_CONFIG="$XDG_CONFIG_HOME/docker"
#export CUDA_CACHE_PATH="$XDG_CACHE_HOME/nv"

View file

@ -132,6 +132,7 @@ pacman:
- git-delta # Neat tool for showing git diffs and resolving merges
- codespell # Spell checker for code files
- github-cli # Manage multiple GitHub features from terminal
- pyenv # Tool for easily managing python environments
#- code # Open sourced version of vscode (doesn't have good extensions support)
aur: