mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
python 2 by default, python 3 needs explicit
This commit is contained in:
parent
4dce4716fa
commit
e899e0c9b2
1 changed files with 1 additions and 1 deletions
2
profile
2
profile
|
|
@ -25,8 +25,8 @@ test -d "$HOME/.rbenv/bin" && PATH="$HOME/.rbenv/bin:$PATH"
|
||||||
which rbenv 2>&1 >/dev/null && eval "$(rbenv init -)"
|
which rbenv 2>&1 >/dev/null && eval "$(rbenv init -)"
|
||||||
|
|
||||||
# homebrew python
|
# homebrew python
|
||||||
test -d /usr/local/share/python && PATH="/usr/local/share/python:$PATH"
|
|
||||||
test -d /usr/local/share/python3 && PATH="/usr/local/share/python3:$PATH"
|
test -d /usr/local/share/python3 && PATH="/usr/local/share/python3:$PATH"
|
||||||
|
test -d /usr/local/share/python && PATH="/usr/local/share/python:$PATH"
|
||||||
|
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue