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 index 416bd98..19c4201 100644 --- 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 @@ -1,3 +1,7 @@ if [[ -e $HOME/Library/Python/2.7/bin ]]; then PATH+=":$HOME/Library/Python/2.7/bin" fi + +if [[ -e $HOME/Library/Python/3.5/bin ]]; then + PATH+=":$HOME/Library/Python/3.5/bin" +fi