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
venv commands #98130
base: main
Are you sure you want to change the base?
venv commands #98130
Conversation
|
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
|
possibly these lines might be edited avoid ambiguity regarding csh/tcsh .. versionadded:: 3.4
- ``fish`` and ``csh`` activation scripts.
+ ``.fish`` and ``.csh`` activation scripts.don't use plural .. versionadded:: 3.8
- PowerShell activation scripts installed under POSIX for PowerShell Core
+ PowerShell activation script installed under POSIX for PowerShell Core
support.or, more concise .. versionadded:: 3.8
- PowerShell activation scripts installed under POSIX for PowerShell Core
- support.
+ ``.ps1`` activation script for PowerShell Core. |
the table has a zsh factually has the prompt as Bash Reference Manual / 4.1 Bourne Shell Builtins . (a period) perhaps bash's inclusion of were one to draft a book on programming, the table in its current form would not meet the approval of a proofreader |
|
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
|
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |


fix prompts for POSIX shells
replaced
bash/zshwithBourne compatible(Almquist shell also works with the command)replaced
sourcewith its shortcut.where availablethird commit reverts my change using
.instead ofsourcefor fishevidently the fish documentation authors don't know the history of bash; where
sourcewasn't an "alias"". (a single period) is an alias for the
sourcecommand. The use of . is deprecated in favour ofsource, and. will be removed in a future version of fish."