bpo-38899: virtual environment activation for fish should use source (GH-17359)

The previously documented use of `.` is considered deprecated (https://fishshell.com/docs/current/commands.html#source).


https://bugs.python.org/issue38899



Automerge-Triggered-By: @brettcannon
This commit is contained in:
Brett Cannon 2019-11-22 23:32:27 -08:00 committed by Miss Islington (bot)
parent d68b592dd6
commit 84b1ff6560
3 changed files with 6 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# This file must be used with ". bin/activate.fish" *from fish* (http://fishshell.org);
# you cannot run it directly.
# This file must be used with "source <venv>/bin/activate.fish" *from fish*
# (http://fishshell.org); you cannot run it directly.
function deactivate -d "Exit virtualenv and return to normal shell environment"
# reset old environment variables