You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, that is a great suggestion. I was already playing with the idea of including the ability to automatically register a Stata installation for a given path, combining this with that snippet would essentially automate most of the configuration process. I will put it on my to-do list.
There are ways to get the location of the stata binary by calling the
winreg
package and looking for some keys. There is an example here for instance:https://github.com/sergiocorreia/StataEditor/blob/master/StataEditorPlugin.py#L507
It's not perfect but it works quite well for Stata 12-14
The text was updated successfully, but these errors were encountered: