From 5448aea99d5d632bf2a60e3cfab4233a2069f8e2 Mon Sep 17 00:00:00 2001 From: Attsun1031 Date: Sat, 3 May 2014 06:32:17 +0000 Subject: [PATCH] add PYTHONSTARTUP to bashrc --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 6e5a26c..978f850 100644 --- a/install.sh +++ b/install.sh @@ -22,3 +22,4 @@ git clone https://github.com/Shougo/neobundle.vim $VIMDIR/bundle/neobundle.vim.g # python cp -p python/.pythonrc.py $HOME/ +echo 'export PYTHONSTARTUP=$HOME/.pythonrc.py' >> $HOME/.bashrc