mkasberg / script-seed

🌱 Seed scripts for popular (& unpopular) scripting languages.
https://mkasberg.github.io/script-seed/
MIT License
11 stars 23 forks source link

Update server for python 3 #80

Closed mkasberg closed 2 years ago

mkasberg commented 2 years ago

In https://github.com/mkasberg/script-seed/pull/76, we updated to Ubuntu 22.04 for our Docker container used for tests and serving the site locally. This update brought with it a change to python 3 as our default, and that broke our bin/server script since python 2 was no longer installed.

Update bin/server to use python3, which will be available in our Docker container.