Dominique
Dominique
@Underbite-productions You may want to try the `python_exe` branch. You'll be able to set what interpreter you want to use. The `PYTHONPATH` doesn't follow yet.
The interpreter config is now part of the latest update.
I'm not sure what you mean. Do you mean to add the project path to the `PYTHONPATH`?
Ah, you mean [this](https://github.com/sadovnychyi/autocomplete-python/blob/5637b6ae4a19d5d720ee85167a44a4a02df6d92a/lib/main.coffee#L28).
Which feature? Virtualenv support or `$PROJECT` substitution? Note that you can vote up individual comments.
I think I finally made it through your code. I created a few separate pull requests to merge it in so as to keep changes self-contained. I'm very grateful for...
I now realize that I haven't yet gone over your new panels implementation. That looks very exciting. I'll definitely find some time to look at it carefully later this week!
Could you try setting the path to your Python executable in the package's settings? Before hitting "run", open the Atom developer console (View -> Developer -> Toggle Developer Tools), and...
Thank you for the suggestion. That would be quite handy but I currently don't have much time to look into it. I'll be happy to review a pull request though.
To be honest, I have no idea how to implement autocomplete. The first thing to do is probably to study another package that implements autocomplete, but it may be a...