Multipass -> SSH interpreter using shared directory
As Apple came up with the M2 chips, vagrant instantly became somewhat absolute.
In our development environment we replaced the use of virtualbox/vagrant with multipass relying even more on Ansible for provisioning our environment. It took a while to get this to work correctly but we are actually happy with the result... apart from the integration with PyCharm ;(
Trying to make the remote interpreter to work over ssh results in endless and unnecessary background-tasks and synchronisations. Previous versions of PyCharm allowed you to select a shared directory or do some path mappings in order to map to the right files.
Yet this functionality seems to be removed in favor of presets for vagrant and docker, and as multipass is missing I am stuck with something that doesn't really seem to work.
Is there any solution for this. any way of getting this to work?


Please sign in to leave a comment.