uv/docs
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
..
.overrides Use | for page separator in meta titles (#6953) 2024-09-03 00:42:59 +00:00
assets Add `static` assets to docs pages (#6951) 2024-09-02 20:00:30 -04:00
concepts Add documentation for `uv add -r` (#10926) 2025-01-23 21:34:50 -06:00
configuration Improve some env var document (#10887) 2025-01-23 09:10:19 -05:00
getting-started Bump version to 0.5.24 (#10922) 2025-01-23 17:26:59 -06:00
guides [docs/integration/docker] add sha pinning tip (#10955) 2025-01-27 18:29:23 +00:00
js Add support for anchor redirects with client-side js (#9212) 2024-11-19 22:32:43 -06:00
pip Update documentation for activating virtual environments in different shell (#11000) 2025-01-27 19:24:47 +00:00
reference Reference workspaces in `--no-sources` documentation (#10995) 2025-01-27 13:33:14 -05:00
stylesheets Improve the styling of collapsible nav items (#10692) 2025-01-16 15:02:43 -06:00
.gitignore Add structured documentation (#4426) 2024-06-26 11:28:42 -05:00
index.md Remove `pypy` from top-level pin example (#9896) 2024-12-14 12:00:13 -06:00
requirements-insiders.in Reference the root requirements from the insiders requirements file (#5105) 2024-07-16 09:51:16 -05:00
requirements-insiders.txt Reorganize the project concept documentation (#9121) 2024-11-19 13:52:12 -06:00
requirements.in Reorganize the project concept documentation (#9121) 2024-11-19 13:52:12 -06:00
requirements.txt Reorganize the project concept documentation (#9121) 2024-11-19 13:52:12 -06:00