Deanl
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited Native support for uv with interpreter option
I run pycharm with UV. I can see that PyCharm uses the `python` command from the uv venv dir. when ran vanilla it works fine, but I want to do something like `uv run --with package myscript.py`.As ...