mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-26 01:53:26 +00:00
feat(scripts): python wrapper for python3
This commit is contained in:
@@ -95,6 +95,7 @@ have op && {
|
||||
export WORKON_HOME="$XDG_DATA_HOME/virtualenvs"
|
||||
export PYENV_ROOT="$XDG_STATE_HOME/pyenv"
|
||||
have pyenv && {
|
||||
path_append "$(pyenv root)/shims"
|
||||
path_append "$PYENV_ROOT/bin"
|
||||
eval "$(pyenv init -)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user