Skip to content

Update vagrant bootstrap to install pip#5440

Merged
morgo merged 1 commit intovitessio:masterfrom
nickcanz:master
Nov 15, 2019
Merged

Update vagrant bootstrap to install pip#5440
morgo merged 1 commit intovitessio:masterfrom
nickcanz:master

Conversation

@nickcanz
Copy link
Copy Markdown
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.

@nickcanz nickcanz requested a review from sougou as a code owner November 15, 2019 17:38
Add a line to install pip package which is needed for later steps.

Signed-off-by: Nick Canzoneri <nickcanz@github.com>
@morgo morgo self-requested a review November 15, 2019 19:52
Copy link
Copy Markdown
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
Copy Markdown
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