From 00179d07167c07ed97f569d85b49924b8e372cb2 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Sun, 24 Aug 2014 16:58:55 +0700 Subject: [PATCH] Set PKG_CONFIG_PATH --- fish/fish/includes/path.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fish/fish/includes/path.fish b/fish/fish/includes/path.fish index d772bab..9a75bfc 100644 --- a/fish/fish/includes/path.fish +++ b/fish/fish/includes/path.fish @@ -12,3 +12,5 @@ set -x PATH $HOME/.misc/git-achievements $PATH set -x PATH $HOME/go/bin $PATH # set -x PATH $HOME/Code/go/bin $PATH + +set -x PKG_CONFIG_PATH /usr/local/opt/python3/Frameworks/Python.framework/Versions/3.4/lib/pkgconfig