Skip to content

Conversation

@ChaseAllbee
Copy link
Contributor

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.

@ChaseAllbee ChaseAllbee force-pushed the update-path-instructions branch from 4120f8d to bad269b Compare August 29, 2019 20:25
@ChaseAllbee ChaseAllbee force-pushed the update-path-instructions branch from bad269b to ee06d55 Compare August 30, 2019 16:27
@rahulrajaram
Copy link
Contributor

We should extract the functions and static variable names that are common to python_installer and bundled_installer and put them in a separate file. We can then source this file in each of the former files.

@ChaseAllbee ChaseAllbee force-pushed the update-path-instructions branch from ee06d55 to d4f3c64 Compare August 30, 2019 20:22
@ChaseAllbee ChaseAllbee force-pushed the update-path-instructions branch from d4f3c64 to e7b28b1 Compare September 1, 2019 19:48
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
Copy link
Contributor

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.

Copy link
Contributor Author

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.

@ChaseAllbee ChaseAllbee merged commit 66d739c into master Oct 2, 2019
@ChaseAllbee ChaseAllbee deleted the update-path-instructions branch October 2, 2019 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants