File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
settings/extensions/python/commands Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ authors = [""]
6
6
7
7
[tool .poetry .dependencies ]
8
8
python = " >=3.7,<3.10"
9
- pip = " 20.1.1"
10
9
11
10
[tool .poetry .dev-dependencies ]
12
11
Original file line number Diff line number Diff line change 40
40
export FORNIX_FOLDER=" $( dirname " $( dirname " $path_to_file " ) " ) "
41
41
fi
42
42
43
- echo ' (which python): ' " $( which python) "
44
43
# if poetry not installed, install it
45
44
if ! python -c " import poetry" 2> /dev/null; then
46
45
python -m pip --disable-pip-version-check install poetry==1.2.1 || python -m pip --disable-pip-version-check install poetry
170
169
unset __temp_var__command_name
171
170
unset __temp_var__file_to_watch
172
171
unset __temp_var__hash_check_name
173
- fi
172
+ fi
173
+
174
+ # fix for https://askubuntu.com/questions/441744/pressing-enter-produces-m-instead-of-a-newline
175
+ stty sane
You can’t perform that action at this time.
0 commit comments