Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use with a remote virtual environment (vagrant)? #48

Open
codekiln opened this issue Nov 26, 2019 · 2 comments
Open

How to use with a remote virtual environment (vagrant)? #48

codekiln opened this issue Nov 26, 2019 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@codekiln
Copy link

PyCharm has the ability to set up a remote interpreter in Vagrant. I have this configured for my main project, but am getting "/bin/bash: dmypy: command not found" when I try to run MyPy.

I have tried right clicking the MyPy terminal and selecting Configure Plugin, and adding the full path to the mypy binary inside of vagrant instance. This results in command not found as explained above.

Does this plugin currently do any introspection into the project to see if the project's interpreter resides on another filesystem?

@ilevkivskyi
Copy link
Contributor

Remote virtual environments are unfortunately not yet supported (and may be non-trivial to add). Thanks for request anyway, we may add this at some point (also PRs welcome).

@ilevkivskyi ilevkivskyi added enhancement New feature or request help wanted Extra attention is needed labels Nov 26, 2019
@ilevkivskyi
Copy link
Contributor

It looks like a similar problem also exists with docker, see #54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants