vscode-fortran-support icon indicating copy to clipboard operation
vscode-fortran-support copied to clipboard

the switch from installPythonTool() to pipInstall() breaks package installation on Windows

Open michaelkonecny opened this issue 1 year ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Description

I left a comment here https://github.com/fortran-lang/vscode-fortran-support/commit/8ab32be747dadd826807178b3d899c272f691a30#r92547814 describing the issue.

Screenshots

No response

Expected Behaviour

Package installation should also work on Windows :).

Version of Modern Fortran

v3.4.2022120901

Version of Visual Studio Code

v1.74.0

Platform and Architecture

Windows

Additional Information

No response

michaelkonecny avatar Dec 09 '22 13:12 michaelkonecny

PR #772 fixes this

michaelkonecny avatar Dec 10 '22 19:12 michaelkonecny

for windows both functions are technically wrong, the correct way according to the docs is py. I will leave a more detailed comment in the PR about all of this.

gnikit avatar Dec 12 '22 18:12 gnikit