diff --git a/shell/_main.sh b/shell/_main.sh index 086c75d..5e25c64 100755 --- a/shell/_main.sh +++ b/shell/_main.sh @@ -40,7 +40,6 @@ source "$DOTSHELL/less.sh" # Development source "$DOTSHELL/nodejs.sh" -source "$DOTSHELL/python.sh" source "$DOTSHELL/ruby.sh" source "$DOTSHELL/rust.sh" source "$DOTSHELL/golang.sh" diff --git a/shell/python.sh b/shell/python.sh deleted file mode 100644 index 6d53cd8..0000000 --- a/shell/python.sh +++ /dev/null @@ -1,8 +0,0 @@ -# -# Python -# - -# Init pyenv -if [ -n "$(command -v pyenv)" ]; then - eval "$(pyenv init -)" -fi