kaste / PyTest

pytest runner and view annotator for sublime text
21 stars 6 forks source link

cannot find settings file + python version mismatch #9

Closed roberto-arista closed 6 years ago

roberto-arista commented 6 years ago

Hi! I know it's a stupid question, but I cannot find the plugin settings file into my sublime text application support folder ~/Library/Application Support/Sublime Text 3/Packages

Am I supposed to create it myself? Is it stored somewhere else? It would be maybe good idea to mention its position into the README

btw, my issue is that the standard python used for my builds in ST3 is brew python3 located /usr/local/bin/python3

instead pytest is executed from python2.

How can I match them?

kaste commented 6 years ago

You edit the settings via Menu Preferences > Package Settings > PyTest Runner. It will create a new settings file on the first run.

Using the settings, you can point to the correct pytest binary.

roberto-arista commented 6 years ago

thank you!