Discussions related to DevOps, AI, Cloud
How to install OCI CLI in CentOS 8 Stream
The steps mentioned in the internet is not working for me. So this is the working commands.
# yum install python38 -y
# ll /usr/bin/pip3.8
# ll /usr/bin/pip-3.8
# pip3.8 install oci-cli
# oci --version
No comments:
Post a Comment