worldbank / stata-linter

MIT License
30 stars 15 forks source link

Potentially needing to set python_userpath #67

Open kbjarkefur opened 1 year ago

kbjarkefur commented 1 year ago

Before the python integration could load the modules in stata_linter_detect.py I had to set set python_userpath "C:\ado\plus\py". The path I use is the location of where the python scripts are installed in the PLUS folder.

This happened in this line: https://github.com/worldbank/stata-linter/blob/11e4677a91c404877372c001b44c23d50b759548/src/lint.ado#L121