We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c946f commit 5a63097Copy full SHA for 5a63097
2 files changed
.gitignore
@@ -0,0 +1,5 @@
1
+# IntelliJ project files
2
+.idea
3
+*.iml
4
+out
5
+gen
install_python_from_source.sh
@@ -266,6 +266,10 @@ install_tools_in_venv() {
266
}
267
268
echo "УСТАНОВЩИК PYTHON ${VERSION} ИЗ ИСХОДНИКОВ"
269
+if ! command -v apt >/dev/null 2>&1; then
270
+ echo "Этот скрипт рассчитан на Debian/Ubuntu/Linux Mint."
271
+ exit 1
272
+fi
273
echo "ПРОВЕРЕНО НА Linux Mint 21.3 x64"
274
275
echo "УСТАНОВЛЕННЫЕ ВЕРСИИ PYTHON В СИСТЕМЕ:"
0 commit comments