mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-14 06:13:53 -05:00
Add a hint for cases when ~/.profile sources ~/.rc
Our ~/.rc logic must run after the ~/.profile one
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user