-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.bash_profile
29 lines (19 loc) · 1.08 KB
/
.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
#export PS1="[\t][\u@\h \W]$ "
source ~/.bashrc
##
# Your previous /Users/pat_okeefe/.bash_profile file was backed up as /Users/pat_okeefe/.bash_profile.macports-saved_2010-11-12_at_20:02:43
##
# MacPorts Installer addition on 2010-11-12_at_20:02:43: 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.
# Setting PATH for Python 2.7
# The orginal version is saved in .bash_profile.pysave
PATH="/usr/local/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
export PATH
##
# Your previous /Users/patokeefe/.bash_profile file was backed up as /Users/patokeefe/.bash_profile.macports-saved_2012-06-04_at_20:51:25
##
# MacPorts Installer addition on 2012-06-04_at_20:51:25: 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.
export PATH=/Users/patokeefe/OpenSource/OpenNI-Bin-Dev-MacOSX-v1.5.4.0/Samples/Bin/x64-Release:$PATH