From e30f00247aca5487c23974a53e042b90a7f15bc4 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 19 Jul 2018 21:43:29 +0100 Subject: [PATCH] Remove python shell setup, I rarely ever use it or need it --- shell/_main.sh | 1 - shell/python.sh | 8 -------- 2 files changed, 9 deletions(-) delete mode 100644 shell/python.sh 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