osx/custompkg/root/etc/skel/Library/user-setup/099.add-python-path.sh

5 lines
214 B
Bash
Raw Normal View History

2018-01-16 22:20:18 +00:00
# adds homebrew python packages dir to python paths
echo "import site; site.addsitedir(\"$HOME/Library/Homebrew/lib/python2.7/site-packages\")" >> \
$HOME/Library/Python/2.7/lib/python/site-packages/homebrew.pth