PyCharm 2016.1 Help

Creating and Removing Vagrant Boxes

It is possible to work with multiple virtual boxes, created in Vagrant. With PyCharm, you can add new boxes without leaving the IDE.

The unnecessary boxes can be easily deleted.

To create a Vagrant box

  1. Open the Settings dialog box.
  2. Under the Project Settings, click Vagrant.
  3. Click add button, located next to the Vagrant Boxes table.
  4. In the Add Vagrant Box dialog box, specify the name of the new box, and its URL. Then click OK.

    The new box is added to the list of available boxes.

To delete a Vagrant box

  1. In the Vagrant page of the project settings, under the Vagrant Boxes table, select the box to be deleted.
  2. Click delete, and confirm deletion.

The selected box is removed from the list.

See Also

Reference:

External Links:

Last modified: 20 April 2016