We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5d538 commit e948c45Copy full SHA for e948c45
install.sh
@@ -136,9 +136,7 @@ if ! command -v "$INSTALL_PYTHON_PATH" >/dev/null; then
136
fi
137
138
if [ "$PYTHON_MAJOR_VER" -ne "3" ] || [ "$PYTHON_MINOR_VER" -lt "10" ] || [ "$PYTHON_MINOR_VER" -ge "14" ]; then
139
- echo "Chia requires Python version >= 3.10 and < 3.14.0" >&2
140
- echo $PYTHON_MAJOR_VER
141
- echo $PYTHON_MINOR_VER
+ echo "Chia requires Python version >= 3.10 and < 3.14.0" >&2
142
echo "Current Python version = $INSTALL_PYTHON_VERSION" >&2
143
# If Arch, direct to Arch Wiki
144
if type pacman >/dev/null 2>&1 && [ -f "/etc/arch-release" ]; then
0 commit comments