From 7700b7022711c47cd4cbda280d739126c10e87da Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 15 Feb 2023 11:09:14 +0100 Subject: .profile: add brew's unversioned python symlinks --- %HOME%/.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/%HOME%/.profile b/%HOME%/.profile index 1f64f7a..02146b4 100644 --- a/%HOME%/.profile +++ b/%HOME%/.profile @@ -37,7 +37,8 @@ brew_setup() { path_export \ "$prefix/opt/coreutils/libexec/gnubin" \ "$prefix/opt/findutils/libexec/gnubin" \ - "$prefix/opt/grep/libexec/gnubin" + "$prefix/opt/grep/libexec/gnubin" \ + "$prefix/opt/python/libexec/bin" } brew_setup -- cgit v1.2.3