uv/docs/pip
Cédric 315fc1792a
Update documentation for activating virtual environments in different shell (#11000)
## Add activation commands for fish shell and other alternative shells

While trying to use uv with fish shell, I encountered an issue as
`source .venv/bin/activate` didn't work. The documentation didn't
specify that fish shell requires using `source .venv/bin/activate.fish`
instead. I created issue #10986 to address this.

This PR improves the documentation by:
- Adding the correct activation command for fish shell: `source
.venv/bin/activate.fish`
- Adding the correct activation command for Nushell: `use
.venv\Scripts\activate.nu`
- Adding the correct activation command for Tcsh: `use
.venv/bin/activate.csh`

This will help users of alternative shells to properly activate their
virtual environments without encountering the same confusion I
experienced.

Fixes #10986

---------

Co-authored-by: Zanie Blue <contact@zanie.dev>
2025-01-27 19:24:47 +00:00
..
compatibility.md Add SyntaxWarning compatibility note to bytecode compilation docs (#10701) 2025-01-16 22:26:03 -05:00
compile.md (doc) Fix wrong examples for locking (#7120) 2024-09-06 08:21:54 -05:00
dependencies.md docs: use python to highlight requirements and use more content tabs (#6549) 2024-08-27 06:05:14 -05:00
environments.md Update documentation for activating virtual environments in different shell (#11000) 2025-01-27 19:24:47 +00:00
index.md Add caveat about pip interface name (#5940) 2024-08-08 22:01:08 +00:00
inspection.md Improvements to the documentation (#5718) 2024-08-03 08:41:33 -05:00
packages.md Fix small typo in editable packages docs (#10257) 2024-12-31 22:23:07 -05:00