瀏覽代碼
Merge pull request #1912 from native-api/profile_sources_rc
Add a hint for cases when ~/.profile sources ~/.rc
pull/1919/head
Anton Petrov
5 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23
共有
1 個文件被更改,包括
4 次插入 和
0 次删除
-
libexec/pyenv-init
|
|
|
@ -128,6 +128,10 @@ function help_() { |
|
|
|
;; |
|
|
|
esac |
|
|
|
echo |
|
|
|
echo '# If your ~/.profile sources '"${profile}"',' |
|
|
|
echo '# the lines should be inserted before the part' |
|
|
|
echo '# that does that.' |
|
|
|
echo |
|
|
|
echo '# Make sure to restart your entire logon session' |
|
|
|
echo '# for changes to ~/.profile to take effect.' |
|
|
|
echo |
|
|
|
|