Remix.run Logo
pdntspa 7 hours ago

Then can they please figure out some way of invoking it that doesnt require prefixing everything with 'uv'

arw0n 4 hours ago | parent | next [-]

For any command, you can create an 'alias' in your shell config. That way you can get rid of the prefix.

maleldil 6 hours ago | parent | prev | next [-]

You can source the virtualenv like normal.

cjp 6 hours ago | parent | prev | next [-]

direnv, .envrc, "layout uv"

https://github.com/direnv/direnv/wiki/Python#uv

tomrod 6 hours ago | parent | prev | next [-]

alias in ~/.zshrc?

malcolmgreaves 6 hours ago | parent | prev [-]

uv run bash/zsh/your shell of choice