LAMP-similar package bundle for Python stack

In Ubuntu, we can install LAMP stack in one command easily and start working on PHP.

sudo apt-get install tasksel -y
sudo tasksel install lamp-server

I wonder if there is similar bundle for Python stack? My google search shows little helpful result e.g. this quora one.

2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like