-
Notifications
You must be signed in to change notification settings - Fork 229
Update path instructions post install #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
4120f8d to
bad269b
Compare
bad269b to
ee06d55
Compare
|
We should extract the functions and static variable names that are common to |
ee06d55 to
d4f3c64
Compare
d4f3c64 to
e7b28b1
Compare
| PYTHON_ALREADY_IN_PATH=true | ||
| echo "" | ||
| echo_with_indentation " - $PYENV_BIN is already in PATH no further action need be taken." | ||
| if [ ${SUPPRESS_PATH_EXPORT_MESSAGE} = false ] ; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious to know why you made this change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm essentially trying to not have the python installer say anything regarding PATH unless it's been run. Like above, this is just a check to see if the script should suppress the output of messages regarding PATH.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.