-
Notifications
You must be signed in to change notification settings - Fork 259
Using Vagrant commands
Oscar Campos edited this page Sep 10, 2013
·
1 revision
Anaconda supports four basic Vagrant commands that can be used through the command palette:
- Vagrant Init
- Vagrant Up
- Vagrant Status
- Vagrant SSH
To can use those commands you have to add a minimum valid configuration file for use vagrant integration with anaconda. Take a look at the Using a remote python interpreter through Vagrant wiki page.