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.
| Item | Description |
|---|---|
| Vagrant executable | Specify 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 folder | Specify 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 Boxes | This list shows the existing virtual boxes. The entries of this list correspond to the output of the command vagrant box list. |
![]() | Click this button to create a new virtual box. This command corresponds to vagrant box add <name> <URL> |
![]() | Click 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> |




