show all the apis in the python environments using terminal; code example
Example 1: virtual env in python
python3 -m venv tutorial-env
Example 2: activate venv
venv\Scripts\activate.bat
python3 -m venv tutorial-env
venv\Scripts\activate.bat