Can't find the "oci" executable in Oracle Cloud?
![Can't find the "oci" executable in Oracle Cloud?](/content/images/size/w2000/2020/05/Oracle.Cloud.Infrastructure.jpg)
A few months ago, I attended an Oracle Cloud Infrastructure workshop in Oracle Reston. In one of the hands-on labs, it appears that the oci
executable was not found in my compute instance:
![](https://chronicler.tech/content/images/2020/02/image-18.png)
To remedy this, simply run this command:
bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)"
This is the output of the command above:
![](https://chronicler.tech/content/images/2020/02/image-19.png)
Now you are good to go:
![](https://chronicler.tech/content/images/2020/02/image-17.png)