From 8f77fafb1029ec8c16365f7ce54db4a31e5fde6d Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Mon, 18 Mar 2019 11:01:29 +0300 Subject: [PATCH] bashrc_macos: ++path --- etc/shell/bash/bashrc_macos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/shell/bash/bashrc_macos b/etc/shell/bash/bashrc_macos index bba5108..e0cb1a6 100644 --- a/etc/shell/bash/bashrc_macos +++ b/etc/shell/bash/bashrc_macos @@ -1,4 +1,4 @@ -PATH="/usr/local/opt/coreutils/libexec/gnubin/:/Applications/:$PATH" +PATH="/usr/local/opt/coreutils/libexec/gnubin/:/Applications/:~/Library/Python/3.7/bin/:$PATH" [[ -f $BASHRC/aliases_macos ]] && MACOS_ALIASES="$BASHRC/aliases_macos" \ && . $MACOS_ALIASES \