PyCharm 2.7.2 Web Help

2.7+

File | Settings | Vagrant

settings

PyCharm | Preferences | Vagrant

settings

Use this page to specify the Vagrant executable and instance folder.

Prerequisites

Note

Before you start working with Vagrant, make sure that Vagrant plugin is enabled.

The plugin is bundled with PyCharm and activated by default. If it is not, enable the plugin.

ItemDescription
Vagrant executableSpecify the fully qualified address of the file vagrant.bat. Type the path manually, or click the browse button and locate the desired file in the Select vagrant executable dialog box.
Instance folderSpecify here the fully qualified path to the directory, where the task vagrant init has been executed.

Note that you can create an instance folder in any location, for example, in a project root. When a new remote interpreter is created, this project root location will be suggested by default as the instance folder.

Vagrant BoxesThis list shows the existing virtual boxes. The entries of this list correspond to the output of the command vagrant box list.
addClick this button to create a new virtual box. This command corresponds to vagrant box add <name> <URL>
deleteClick this button to remove the selected virtual box. So doing, the box and the nested files are physically deleted from the disk. This command corresponds to vagrant box remove <name>

See Also

Procedures:

External Links:

Web Resources: