File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ Lib/test/xmltestdata/* noeol
3434
3535# Shell scripts should have LF even on Windows because of Cygwin
3636Lib /venv /scripts /common /activate text eol =lf
37+ Lib /venv /scripts /posix /* text eol =lf
3738
3839# CRLF files
3940[attr ]dos text eol =crlf
Original file line number Diff line number Diff line change 11# This file must be used with "source bin/activate" *from bash*
2- # you cannot run it directly
2+ # You cannot run it directly
33
44deactivate () {
55 # reset old environment variables
Original file line number Diff line number Diff line change 11# This file must be used with "source bin/activate.csh" *from csh*.
22# You cannot run it directly.
3+
34# Created by Davide Di Blasi <[email protected] >.45# Ported to Python 3.3 venv by Andrew Svetlov <[email protected] >56
Original file line number Diff line number Diff line change 11# This file must be used with "source <venv>/bin/activate.fish" *from fish*
2- # (https://fishshell.com/); you cannot run it directly.
2+ # (https://fishshell.com/). You cannot run it directly.
33
44function deactivate -d " Exit virtual environment and return to normal shell environment"
55 # reset old environment variables
You can’t perform that action at this time.
0 commit comments