Miniforge is one of Python Version Managers. Its usage is similar to that of anaconda.
Miniforge must be installed not by root but by user. Install Miniforge following steps below.
https://github.com/conda-forge/miniforge?tab=readme-ov-file#install
wget "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
bash Miniforge3-$(uname)-$(uname -m).sh
conda config --set auto_activate_base false
conda search python
conda create -n environmentname python=3.12.2
conda activate environmentname
Command “conda search python” cannot be executed in Oracle Cloud(Free Tier).