From 2291c85db5a5eeb8d7bb7db23204782bf2d40232 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Thu, 22 Oct 2015 13:33:43 -0700 Subject: [PATCH] Preserve PYTHONPATH. --- dotfiles/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/profile b/dotfiles/profile index f42df6a..d3cd021 100644 --- a/dotfiles/profile +++ b/dotfiles/profile @@ -14,7 +14,7 @@ fi # Paths and preferences export PATH="$HOME/bin:/sbin:/usr/sbin:$PATH" -export PYTHONPATH="$HOME/.python" +export PYTHONPATH="$HOME/.python:$PYTHONPATH" export GOPATH="$HOME/.go" export VISUAL=vim export EDITOR=vim