uv and ruff tool path problem
I have install uv and ruff in macos. The paths are: /opt/homebrew/bin/ruff /Users/bai/.local/bin/uv
But wingware can't find two tools, how to mapping such paths?
I think you need to add to your PATH environment. You can do this either outside of Wing (so everything has access to those tools) or in Wing. If in Wing, open Project Properties from the Project menu and under the Environment tab for Environment select "Add to inherited environment" and enter the following:
PATH=$(PATH):/opt/homebrew/bin:/Users/bai/.local/bin
BTW, for both of these I think there are some scripts you can run to add them outside of Wing but at the moment I'm not sure of the details. It's just something I remember from installing these myself in the somewhat distant past. I think this was mentioned in the installation instructions for each of the tools.
To enter a block of code:
Comments