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

Possible fix for not being able to run vagrant up under OSX #766

Merged
merged 2 commits into from May 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 8 additions & 1 deletion pages/vagrant.md
Expand Up @@ -77,6 +77,13 @@ Additional subcommands are available, but are either more advanced
or not commonly used. To see all subcommands, run the command
`vagrant list-commands`.
```

## Troubleshooting
When typing the command "vagrant up" in OSX, you may experience an error such as the following: "vi: Box 'ole/jessie64' could not be found. Attempting to find and install...". A simple solution is to perform the command below. ```sudo rm /opt/vagrant/embedded/bin/curl``` This will remove the old version of curl and vagrant should now work as usual.

For more information go [here](http://stackoverflow.com/questions/23874260/error-when-trying-vagrant-up)


## Useful Links

Instructions to enable virtualization [MAC](http://kb.parallels.com/en/5653) | [Ubuntu](http://askubuntu.com/questions/256792/how-do-i-enable-hardware-virtualization-technology-vt-x-for-use-in-virtualbox)
Expand All @@ -87,4 +94,4 @@ Instructions to enable virtualization [MAC](http://kb.parallels.com/en/5653) | [
[Other helpful links and videos](faq.md#Helpful_Links)


####Return to [First Steps](firststeps.md)
#### Return to [First Steps](firststeps.md)