Niall Dooley
Niall Dooley
> i was noticing that by default the VIRTUAL_ENV of python layout (and i imagine direnv in general?) is actually `.direnv` > I would like to ask why this is...
Isn't a selling point of `pdm` that it removes the need for a virtual environment?
Oh that's great to hear. I'm still trying to learn all these tools.
To shed some more light on this behaviour. The `python-lsp-server` package exposes the `pylsp` app. The `python-lsp-ruff` package exposes no apps but its dependent packages `python-lsp-server` and `ruff` expose the...
> These installation methods will automatically take care of adding rye shims to the path. Using `asdf` and this was not the case for me. I still had to manually...
> Did you try `asdf reshim` after installation, also, are you sourcing `asdf` before starting your shell? No and Yes. `asdf reshim` will simply reshim the `asdf` `rye` shim not...
> What is $PATH inside the rye shell? It should have the venv bin directory first. For me it is the same inside as outside. 
#427 is a related issue to the current status of `rye shell`.
I would add that `rye` strictly adhere to the relevant PEP standards that are final. Don't implement any in draft state. Make clear any features implemented not covered by a...
Would [pipx](https://pypa.github.io/pipx/) be a solution? It is what you should use to install python applications globally *for your user*. Unlike `pip` it ensures your local installations do not conflict with...