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 PyCharm uses the python command this doesn't work.
is there a way to force PyCharm to use `uv run`?

0

Please sign in to leave a comment.