From eaba0b2010c599c137e604a21395d86dad0a0c15 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 13 May 2013 00:20:07 +0900 Subject: [PATCH] add comment of PKG_CONFIG_PATH --- profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profile b/profile index 7ee0f2e..313b410 100755 --- a/profile +++ b/profile @@ -54,6 +54,9 @@ export LD_LIBRARY_PATH="$HOME/.local/lib:$LD_LIBRARY_PATH" # this should be used when ./configure #export CFLAGS="$CFLAGS -I$HOME/.local/include" +#_python_pkg_conf="/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig" +PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$_python_pkg_conf" + type setterm >/dev/null 2>&1 && setterm -blank 30 -powersave on # -powerdown 10 # in my environment powerdown does not work