PyCharm 2020.2 Help

Configure an interpreter using Vagrant

Ensure that the following prerequisites are met (outside of PyCharm):

  • Oracle's VirtualBox is installed on your computer.

  • Vagrant is installed on your computer, and all the necessary infrastructure is created.

  • The parent folders of the following executable files are added to the system PATH variable:

    • vagrant.bat or vagrant from your Vagrant installation. This should be done automatically by the installer.

    • VBoxManage.exe or VBoxManage from your Oracle's VirtualBox installation.

  • The required virtual boxes are created.

Configure a remote Python interpreter

  1. Ensure that you have downloaded and installed Python on your computer.

  2. Ensure that you have properly initiated and started Vagrant. Basically, you need to open the Terminal window and execute the following commands:

    $ vagrant init ubuntu/trusty64
    and
    $ vagrant up
    See Vagrant documentation for more information.

  3. In the Settings/Preferences dialog Ctrl+Alt+S, open the Plugins page and install the Vagrant plugin.

  4. Press Ctrl+Alt+S to open the project Settings/Preferences.

  5. In the Settings/Preferences dialogCtrl+Alt+S, select Project <project name> | Python Interpreter. Click the The Configure project interpreter icon and select Add.

    Selecting the Add command to create a new Python interpreter
  6. In the left-hand pane of the Add Python Interpreter dialog, click Vagrant:

    Add an interpreter

  7. Click the browse button the Browse button next to the field Vagrant instance folder, and specify the desired Vagrant instance folder.

    This results in showing the link to Vagrant host URL.

  8. The Python interpreter path field displays the path to the desired Python executable. You can accept default, or specify a different one.

  9. Click OK. The configured remote interpreter is added to the list.

  10. Back in the Python Interpreter page, if necessary, configure the path mappings:

    1. Click the Browse button:

      Path mapping

    2. In the dialog that opens add Add a path mapping or delete Delete a path mapping path mappings as desired.

Last modified: Wed Aug 19 14:24:29 UTC 2020