From e248c9e09cd17db27cf51da0acd7b23d65d200d5 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Tue, 24 Jan 2023 08:42:08 +0100 Subject: [PATCH] Thin profile file exporting binary bath for homebrew & macports --- .profile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .profile diff --git a/.profile b/.profile new file mode 100644 index 0000000..35e332a --- /dev/null +++ b/.profile @@ -0,0 +1,11 @@ +# Setting PATH for Homebrew that should take precedence +# over system-provided programs +export PATH="/usr/local/bin:$PATH" + +# MacPorts Installer rddition on 2022-10-31_at_23:07:29: adding an appropriate PATH variable for use with MacPorts. +export PATH="/opt/local/bin:/opt/local/sbin:$PATH" + +# Setting PATH for Python 3.11 +# The original version is saved in .zprofile.pysave +# PATH="/Library/Frameworks/Python.framework/Versions/3.11/bin:$PATH" +# export PATH