mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-25 16:41:37 +00:00
Merge pull request #1912 from native-api/profile_sources_rc
Add a hint for cases when ~/.profile sources ~/.rc
This commit is contained in:
commit
fd3c891d76
1 changed files with 4 additions and 0 deletions
|
@ -128,6 +128,10 @@ function help_() {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
echo
|
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 '# Make sure to restart your entire logon session'
|
||||||
echo '# for changes to ~/.profile to take effect.'
|
echo '# for changes to ~/.profile to take effect.'
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in a new issue