We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python3 -m venv test source test/bin/activate.fish
causes ls-like output on every command.
Fix in venv/scripts/common/activate.fish:
# Output the original/"old" prompt. _old_fish_prompt # Restore the return status of the previous command. return $old_status
fish, version 4.1.2
CPython main branch
Linux
Bug report
Bug description:
causes ls-like output on every command.
Fix in venv/scripts/common/activate.fish:
fish, version 4.1.2
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs