File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Misc/NEWS.d/next/Documentation Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ directory containing the virtual environment):
104
104
+=============+=================+=========================================+
105
105
| POSIX | bash/zsh | $ source <venv>/bin/activate |
106
106
+-------------+-----------------+-----------------------------------------+
107
- | | fish | $ . <venv>/bin/activate.fish |
107
+ | | fish | $ source <venv>/bin/activate.fish |
108
108
+-------------+-----------------+-----------------------------------------+
109
109
| | csh/tcsh | $ source <venv>/bin/activate.csh |
110
110
+-------------+-----------------+-----------------------------------------+
Original file line number Diff line number Diff line change 1
- # This file must be used with ". bin/activate.fish" *from fish* (http://fishshell.org);
2
- # you cannot run it directly.
1
+ # This file must be used with "source <venv>/ bin/activate.fish" *from fish*
2
+ # (http://fishshell.org); you cannot run it directly.
3
3
4
4
function deactivate -d " Exit virtualenv and return to normal shell environment"
5
5
# reset old environment variables
Original file line number Diff line number Diff line change
1
+ Update documentation to state that to activate virtual environments under
2
+ fish one should use `source `, not `. ` as documented at
3
+ https://fishshell.com/docs/current/commands.html#source.
You can’t perform that action at this time.
0 commit comments