Skip to content

Commit 74492d3

Browse files
committed
Merge branch 'python' into node
2 parents 6fc42ae + fd542a5 commit 74492d3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ authors = [""]
66

77
[tool.poetry.dependencies]
88
python = ">=3.7,<3.10"
9-
pip = "20.1.1"
109

1110
[tool.poetry.dev-dependencies]
1211

settings/extensions/python/commands/ensure_pip_modules

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ then
4040
export FORNIX_FOLDER="$(dirname "$(dirname "$path_to_file")")"
4141
fi
4242

43-
echo '(which python): '"$(which python)"
4443
# if poetry not installed, install it
4544
if ! python -c "import poetry" 2>/dev/null; then
4645
python -m pip --disable-pip-version-check install poetry==1.2.1 || python -m pip --disable-pip-version-check install poetry
@@ -170,4 +169,7 @@ then
170169
unset __temp_var__command_name
171170
unset __temp_var__file_to_watch
172171
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

0 commit comments

Comments
 (0)