From f6632ff53b24db9705c5b15bf90dbf05cc3fe295 Mon Sep 17 00:00:00 2001 From: Igor Boskovic Date: Tue, 8 Nov 2022 12:30:58 +0100 Subject: [PATCH] Add Python to $PATH (#6518) --- images/macos/provision/configuration/environment/bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/macos/provision/configuration/environment/bashrc b/images/macos/provision/configuration/environment/bashrc index 95cdffb1..22821260 100644 --- a/images/macos/provision/configuration/environment/bashrc +++ b/images/macos/provision/configuration/environment/bashrc @@ -14,6 +14,7 @@ export AGENT_TOOLSDIRECTORY=$HOME/hostedtoolcache export RUNNER_TOOL_CACHE=$HOME/hostedtoolcache export PATH=/Library/Frameworks/Mono.framework/Versions/Current/Commands:$PATH +export PATH=/Library/Frameworks/Python.framework/Versions/Current/bin:$PATH export PATH=$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$PATH export PATH=/usr/local/bin:/usr/local/sbin:~/bin:~/.yarn/bin:$PATH export PATH="/usr/local/opt/curl/bin:$PATH" @@ -28,4 +29,4 @@ export HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS=3650 export HOMEBREW_CASK_OPTS="--no-quarantine" export BOOTSTRAP_HASKELL_NONINTERACTIVE=1 -export BOOTSTRAP_HASKELL_INSTALL_NO_STACK_HOOK=1 +export BOOTSTRAP_HASKELL_INSTALL_NO_STACK_HOOK=1 \ No newline at end of file