Thin profile file exporting binary bath for homebrew & macports

This commit is contained in:
2023-01-24 08:42:08 +01:00
parent 9d1d142d4b
commit e248c9e09c

11
.profile Normal file
View File

@@ -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