You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
Current platform is linux64. Downloading corresponding IBM Cloud CLI...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 11.8M 100 11.8M 0 0 623k 0 0:00:19 0:00:19 --:--:-- 615k
Download complete. Executing installer...
Bluemix_CLI/
Bluemix_CLI/bin/
Bluemix_CLI/bin/ibmcloud
Bluemix_CLI/bin/ibmcloud.sig
Bluemix_CLI/bin/NOTICE
Bluemix_CLI/bin/LICENSE
Bluemix_CLI/bin/CF_CLI_Notices.txt
Bluemix_CLI/bin/CF_CLI_SLC_Notices.txt
Bluemix_CLI/autocomplete/
Bluemix_CLI/autocomplete/bash_autocomplete
Bluemix_CLI/autocomplete/zsh_autocomplete
Bluemix_CLI/install
Bluemix_CLI/uninstall
Bluemix_CLI/install_bluemix_cli
Install complete.
There is already workaround mentioned in the release not and it works fine, e.g:
# export LANG=en_US.UTF-8
root@ac72f13a87fb:/workspace# ibmcloud version
ibmcloud version 2.11.0+6fd5c4e-2022-09-22T18:49:33+00:00
root@ac72f13a87fb:/workspace#
But it should not panic, instead show some meaningful message and ask user check that particular variable.
The text was updated successfully, but these errors were encountered:
Installed via:
# curl -fsSL https://clis.cloud.ibm.com/install/linux | sh Current platform is linux64. Downloading corresponding IBM Cloud CLI... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 11.8M 100 11.8M 0 0 623k 0 0:00:19 0:00:19 --:--:-- 615k Download complete. Executing installer... Bluemix_CLI/ Bluemix_CLI/bin/ Bluemix_CLI/bin/ibmcloud Bluemix_CLI/bin/ibmcloud.sig Bluemix_CLI/bin/NOTICE Bluemix_CLI/bin/LICENSE Bluemix_CLI/bin/CF_CLI_Notices.txt Bluemix_CLI/bin/CF_CLI_SLC_Notices.txt Bluemix_CLI/autocomplete/ Bluemix_CLI/autocomplete/bash_autocomplete Bluemix_CLI/autocomplete/zsh_autocomplete Bluemix_CLI/install Bluemix_CLI/uninstall Bluemix_CLI/install_bluemix_cli Install complete.
There is already workaround mentioned in the release not and it works fine, e.g:
# export LANG=en_US.UTF-8 root@ac72f13a87fb:/workspace# ibmcloud version ibmcloud version 2.11.0+6fd5c4e-2022-09-22T18:49:33+00:00 root@ac72f13a87fb:/workspace#
But it should not panic, instead show some meaningful message and ask user check that particular variable.
The text was updated successfully, but these errors were encountered: