Remove /usr/local/share/python3 from $path -- no longer needed for Homebrew
This commit is contained in:
parent
248fb11de9
commit
4f8c1491dd
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
# Eryn Wells <eryn@erynwells.me>
|
# Eryn Wells <eryn@erynwells.me>
|
||||||
|
|
||||||
[[ -d "$HOME/Library/Python/2.7/bin" ]] && path=("$HOME/Library/Python/2.7/bin" $path)
|
[[ -d "$HOME/Library/Python/2.7/bin" ]] && path=("$HOME/Library/Python/2.7/bin" $path)
|
||||||
[[ -d "/usr/local/share/python3" ]] && path+=("/usr/local/share/python3")
|
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue