1

I'm setting up Anaconda for Sublime Text 3.

In my Anaconda interpreter settings, I wish to specify one Python interpreter per operating system (Windows, macOS, Linux). Can this be done and if so, how?

From the documentation on interpreter settings:

{
    "python_interpreter": "/usr/bin/pypy-c2.4"
}
fredrik
  • 7,730
  • 10
  • 56
  • 104
  • To my knowledge, this isn't possible, as `"python_interpreter"` only takes a single string argument, not a dictionary with each key as an OS descriptor. You apparently just opened up an [issue](https://github.com/DamnWidget/anaconda/issues/605) requesting this functionality, so it's up to DamnWidget to implement it. To speed that along, you could implement it yourself and submit a PR, but aside from that there's nothing else you can do at the moment. – MattDMo Jan 15 '17 at 02:23

0 Answers0