Skip to content

Commit

Permalink
Add Python to $PATH (#6518)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorboskovic3 authored Nov 8, 2022
1 parent 0420946 commit f6632ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/macos/provision/configuration/environment/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

0 comments on commit f6632ff

Please sign in to comment.