You have installed Python itself using Commands:
sudo apt-get install python3
sudo apt-get install python3-pip
Sudo pip3 install virtualenv
Create a new directory : mkdir -p project name
For initialized Project : serverless create --template aws-python3 --name hello-world
Create a virtual environment ; virtualenv -p python3 venv
Activate virtual environment : . venu/bin/active
Refearance link :https://api.mongodb.com/python/curren...