pip -V
-bash: pip: command not found
sudo apt install python-pip
pip install --upgrade pip
pip install docker-compose
docker-compose -version