diff --git a/custompkg/root/etc/skel/Library/bashrc.d/150.python-bin-path.sh b/custompkg/root/etc/skel/Library/bashrc.d/150.python-bin-path.sh new file mode 100644 index 0000000..416bd98 --- /dev/null +++ b/custompkg/root/etc/skel/Library/bashrc.d/150.python-bin-path.sh @@ -0,0 +1,3 @@ +if [[ -e $HOME/Library/Python/2.7/bin ]]; then + PATH+=":$HOME/Library/Python/2.7/bin" +fi