Open kbjarkefur opened 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.
stata_linter_detect.py
set python_userpath "C:\ado\plus\py"
This happened in this line: https://github.com/worldbank/stata-linter/blob/11e4677a91c404877372c001b44c23d50b759548/src/lint.ado#L121
Before the python integration could load the modules in
stata_linter_detect.py
I had to setset 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