Fix old mention of virtualenv (GH-17417)
Automerge-Triggered-By: @brettcannon
This commit is contained in:
parent
bea33f5e1d
commit
1df65f7c6c
|
@ -1,7 +1,7 @@
|
|||
# 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"
|
||||
function deactivate -d "Exit virtual environment and return to normal shell environment"
|
||||
# reset old environment variables
|
||||
if test -n "$_OLD_VIRTUAL_PATH"
|
||||
set -gx PATH $_OLD_VIRTUAL_PATH
|
||||
|
|
Loading…
Reference in New Issue