aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bash_utils/python.sh
diff options
context:
space:
mode:
Diffstat (limited to '%HOME%/.bash_utils/python.sh')
-rw-r--r--%HOME%/.bash_utils/python.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/%HOME%/.bash_utils/python.sh b/%HOME%/.bash_utils/python.sh
index 9193535..910fbdd 100644
--- a/%HOME%/.bash_utils/python.sh
+++ b/%HOME%/.bash_utils/python.sh
@@ -8,8 +8,6 @@
# This is a half-assed way to automatically add your user's pip binary
# directory to $PATH.
-source "$HOME/.bash_utils/path.sh"
-
python_setup_() (
set -o errexit -o nounset -o pipefail