It is a setting to specify the remote Python SDK in IntelliJ. By the way, I read it from Vagrant config, so I did it.
I haven't put it locally, but when I want to try it with a Python3 system that I put in a VM for a while.
File -> New Project...
Select Python Module from the left pane-> Next
Configure...

Plus mark in the upper left-> Python SDK

Remote...

File from Vagrant config-> Directory with VagrantFile

Set Host to remote IP (Set your own for Auth, key, etc.)-> Test connection ...

Python interpreter path selection button-> Select your favorite Python Interpreter

Recommended Posts