Closed oletf closed 1 year ago
You can specify the path of python in v0.4.16.
Thanks for your constructive suggestion!
Awesome ! thanks for the quick response (opening a separate issue for another problem, because unrelated)
Hi again,
I'm having to reopen this one real quick, because apparently you have accidentally reverted this in the fix for #25 ! :D
v0.4.16
: https://github.com/shinyypig/matlab-in-vscode/blob/a7df4ff3080c679080627eb51cdb31e9c8f27538/src/extension.ts#L141-L143v0.4.17
, you also removed the matlabPythonPath
on the line above it somehow : https://github.com/shinyypig/matlab-in-vscode/blob/84d3e3f695c53fc94b489f585e31acc90c331ea4/src/extension.ts#L141Don't known what happened, sad. Should be fixed in 0.4.19.
Greetings,
The default command for python interpreter is calling
python
as defined here.I need to use a python interpreter which is not the default one which is called by
python
.Would it be possible to add a setting like
matlab-in-vscode.matlabPythonCMD
which would be used instead of the defaultpython
keyword ?Thanks forward