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

Fix PIP install errs. #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix PIP install errs. #15

wants to merge 1 commit into from

Conversation

msherman
Copy link

Please see https://discussions.udacity.com/t/pip-install-error-during-vagrant-up-on-macos/668380

In a nutshell, pip is failing to install packages for the version of python installed on the box. By adjusting the command from pip to pip2 they install successfully.

pip2 install werkzeug==0.8.3
pip2 install flask==0.9
pip2 install Flask-Login==0.1.3
pip2 install oauth2client
pip2 install requests
pip2 install httplib2

@jerrychong25
Copy link

This fixes is important for successful installation of PIP.

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