Skip to content
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

Update vagrant bootstrap to install pip #5440

Merged
merged 1 commit into from
Nov 15, 2019
Merged

Update vagrant bootstrap to install pip #5440

merged 1 commit into from
Nov 15, 2019

Conversation

nickcanz
Copy link
Contributor

Following the vagrant instructions, vagrant up ends in an error:

    default: + pip install mysql-connector-python
    default: /tmp/vagrant-shell: line 37: pip: command not found
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

This PR updates the vagrant bootstrap to install the python-pip package to install pip. After this change, a fresh vagrant up will complete successfully.

Add a line to install pip package which is needed for later steps.

Signed-off-by: Nick Canzoneri <[email protected]>
@morgo morgo self-requested a review November 15, 2019 19:52
Copy link
Contributor

@morgo morgo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@morgo morgo merged commit 177653e into vitessio:master Nov 15, 2019
@nickcanz
Copy link
Contributor Author

Thanks @morgo!

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