fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

11K
active users

Found out through the update from python3.6.8 to 3.7 that the API library for my bot is incompatible with the latter.

Did some searching for a way to locally install multiple versions of to use in virtual envs and found this! So if anyone else has faced similar issues, this might be your answer!

github.com/pyenv/pyenv

Simple Python version management. Contribute to pyenv/pyenv development by creating an account on GitHub.
GitHubGitHub - pyenv/pyenv: Simple Python version managementSimple Python version management. Contribute to pyenv/pyenv development by creating an account on GitHub.

@pinguino Love love LOVE pyenv, particularly with pyenv-virtualenv and pyenv-virtualenvwrapper! ❤️

sávoy

@kwnd I was already a pipenv user and it works great with that too! Since I started coding in python as a hobby, I've gotten much better at managing the language on my computer. Gone are the days where I'd `sudo pip3 install foo` and watch me break the system python install!