Skip to content

Commit 97a50cf

Browse files
committed
Fix rvm $PATH
1 parent 0e7f947 commit 97a50cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.profile

+3
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,6 @@ fi
137137

138138
export PYENV_ROOT="$HOME/.pyenv"
139139
export PATH="$PYENV_ROOT/bin:$PATH"
140+
141+
# If this is not the last PATH change, rvm whines about it
142+
export PATH="$PATH:$HOME/.rvm/bin"

0 commit comments

Comments
 (0)