uv/crates/uv-virtualenv/src/activator
Eric Nielsen be1404df2a
Fix VIRTUAL_ENV_PROMPT value in activator/activate (#13501)
## Summary

<!-- What's the purpose of the change? What does it do, and why? -->
I've compared all the activator scripts here with the original ones in
https://github.com/pypa/virtualenv/tree/main/src/virtualenv/activation
and only the bash/POSIX script here was yielding a VIRTUAL_ENV_PROMPT
value with parenthesis and a trailing space, which should be part of the
shell prompt (PS1 for bash/POSIX) but not of the VIRTUAL_ENV_PROMPT
value itself. This fixes that small inconsistency. Fixes #13456

This reverts commit 0ec2d4e434

## Test Plan

<!-- How was it tested? -->
I didn't test this locally.
2025-05-17 07:48:09 -04:00
..
.gitattributes Rename `gourgeist` to `uv-virtualenv` (#2118) 2024-03-01 14:02:40 -05:00
activate Fix VIRTUAL_ENV_PROMPT value in activator/activate (#13501) 2025-05-17 07:48:09 -04:00
activate.bat Remove redundant `activate.bat` output (#12160) 2025-03-13 21:35:48 -04:00
activate.csh Rename `gourgeist` to `uv-virtualenv` (#2118) 2024-03-01 14:02:40 -05:00
activate.fish Update activation scripts from virtualenv (#3376) 2024-05-04 23:30:00 +00:00
activate.nu Fix typos in docs, error messages and comments (#6910) 2024-09-01 11:37:43 +00:00
activate.ps1 Update activation scripts from virtualenv (#3376) 2024-05-04 23:30:00 +00:00
activate_this.py Update activate_this.py to use runpy instead of exec in the docstring (#3442) 2024-05-13 01:21:24 +00:00
deactivate.bat Rename `gourgeist` to `uv-virtualenv` (#2118) 2024-03-01 14:02:40 -05:00
pydoc.bat Rename `gourgeist` to `uv-virtualenv` (#2118) 2024-03-01 14:02:40 -05:00