File tree 4 files changed +4
-2
lines changed
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
34
34
35
35
# Shell scripts should have LF even on Windows because of Cygwin
36
36
Lib /venv /scripts /common /activate text eol =lf
37
+ Lib /venv /scripts /posix /* text eol =lf
37
38
38
39
# CRLF files
39
40
[attr ]dos text eol =crlf
Original file line number Diff line number Diff line change 1
1
# This file must be used with "source bin/activate" *from bash*
2
- # you cannot run it directly
2
+ # You cannot run it directly
3
3
4
4
deactivate () {
5
5
# reset old environment variables
Original file line number Diff line number Diff line change 1
1
# This file must be used with "source bin/activate.csh" *from csh*.
2
2
# You cannot run it directly.
3
+
3
4
# Created by Davide Di Blasi <davidedb@gmail.com>.
4
5
# Ported to Python 3.3 venv by Andrew Svetlov <andrew.svetlov@gmail.com>
5
6
Original file line number Diff line number Diff line change 1
1
# 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.
3
3
4
4
function deactivate -d " Exit virtual environment and return to normal shell environment"
5
5
# reset old environment variables
You can’t perform that action at this time.
0 commit comments