The easiest way to get started with OpenStack development is to use DevStack. DevStack is a collection of shell scripts that help to set up an OpenStack installation. This installation is not ...
ubuntu@ubuntu18:~$ sudo apt update -y ubuntu@ubuntu18:~$ apt-get install software-properties-common -y ubuntu@ubuntu18:~$ python -V Python 2.7.17 ubuntu@ubuntu18:~$ python3 -V Python 3.6.9 ...