Replies: 1 comment
-
Found the answer, there's a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For some projects I have tools such as
ruff
,mypy
etc. installed in a virtualenv. I want to have these tools available for any time I open a python file in nvim so I've installed them with mason too. However, when I activate the virtualenv and then open nvim, the mason installed tools are run instead of the virtualenv installed ones. This is causing issues like not picking up the right tool config frompyproject.toml
files etc. How can I ensure that virtualenv appears before mason in the$PATH
?Beta Was this translation helpful? Give feedback.
All reactions