#!/bin/bash

echo "python version"
python -V
pip list


echo "python3 version"
python3 -V
pip list
