From e805203b381e7e40d60433f7ecc7e605b7c907a5 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Tue, 24 Jun 2014 18:29:05 +0200 Subject: [PATCH] Added Makefile and pythonrc --- bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/bash_profile b/bash_profile index 784b6b8..2e2714c 100644 --- a/bash_profile +++ b/bash_profile @@ -1,6 +1,7 @@ export PATH=$PATH:/opt/local/bin:/usr/local/lib/io:~/.cabal/bin export MANPATH=$MANPATH:/opt/local/share/man export INFOPATH=$INFOPATH:/opt/local/share/info +export PYTHONSARTUP=~/.pythonrc alias gcc="gcc-mp-4.9" alias g++="g++-mp-4.9" alias qmake4="/opt/local/bin/qmake"