-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for uv
#248
Comments
What is the rationale for this proposal? What problems would it solve? |
The only disadvantage that I can see is that |
If someone would like to propose a I am not much interested in purity. Respectfully, I believe that terms like “lower level” and “best practices” are largely subjective and unrelated to providing good end-user experiences. As it relates to speed, the provided benchmarks link talks about dependency resolution, which is only related to VirtualFish by way of its use of Pip to install packages. As far as virtual environments, virtual environment creation is faster in Perhaps new environment variable setting(s) could be added that allow the user to choose which tool(s) to use for (1) virtual environment creation and (2) package installation. Something like: set -gx VIRTUALFISH_VENV_TOOL "virtualenv" # Or "uv", etc.
set -gx VIRTUALFISH_PACKAGE_TOOL "pip" # Or "uv", etc. Ideally such a change would be implemented in the form of a plugin, if technically feasible. |
Feature Request
Support for Astral.sh's new uv tool as a drop-in alternative for
pip
andvirtualenv
commands.The text was updated successfully, but these errors were encountered: