-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.bash_profile
30 lines (20 loc) · 864 Bytes
/
.bash_profile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
##
# Your previous /Users/mwilson/.bash_profile file was backed up as /Users/mwilson/.bash_profile.macports-saved_2011-08-29_at_18:13:11
##
# MacPorts Installer addition on 2011-08-29_at_18:13:11: adding an appropriate PATH variable for use with MacPorts.
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
# Finished adapting your PATH environment variable for use with MacPorts.
# Created by `userpath` on 2021-02-06 17:26:28
export PATH="$PATH:/Users/mwilson/.local/bin"
# Created by `userpath` on 2021-02-06 17:26:29
export PATH="$PATH:/Users/mwilson/Library/Python/3.9/bin"
# Created by `userpath` on 2021-02-11 02:58:07
export PATH="$PATH:/Users/mwilson/Library/Python/3.8/bin"