4
votes
How do you configure IntelliJ Idea for the tildes project ?
Anybody has experience in setting up IntelliJ Idea for a Python/Vagrant project. I have imported the project and selected the Python interpreter as ../tildes/venv/bin/python, but the IDE failed to resolve dependencies. What am I missing ? I have Idea ultimate license so prefer to use it rather than Pycharm community edition.
Yes, I have run it and the local development version is running. I don't know if I should configure something for vagrant in IntelliJ.
So I haven't set up a dev environment for Tildes at all, but there is a vagrant plugin for IntelliJ that will handle running the code.
If you want to get all of the IDE features working, you probably have to set up a venv outside of Vagrant though, and then do a pip install -r requirements.txt, so the IDE has something to look at when it's resolving your completions
Okay, it worked by installing the vagrant plugin and selecting the python interpreter inside the vagrant.
https://www.jetbrains.com/help/pycharm/configuring-remote-interpreters-via-virtual-boxes.html