python get virtual environment name code example
Example 1: how to use virtual environment python
python3 -m pip install --user virtualenv
Example 2: how to check the existing virtual environments
lsvirtualenv -l
python3 -m pip install --user virtualenv
lsvirtualenv -l