by ray | Jan 5, 2023 | Linux / Ubuntu, Python
This tutorial is about installing and switching between different Python versions on Ubuntu 20.04. Using multiple Python versions on your server is a very good choice especially when you have multiple Python applications and you need to test them one by one. Of...
by ray | Sep 10, 2021 | Mac OS X, Python
I’ve been dipping my toe back into Python development as I get ready to head to PyCon US. When I installed a module to tinker around with, I got a reminder that I needed to install Python 3 soon. $ pip install todoist-pythonDEPRECATION:...
by ray | Apr 27, 2019 | Boto, Linux / Ubuntu, Python
sudo python -m pip install boto3
by ray | Dec 2, 2017 | Boto, Python
“You can place this file either at /etc/boto.cfg for system-wide use or in the home directory of the user executing the commands as ~/.boto.” The former simply means that you might create a configuration file named boto.cfg within directory /etc (i.e. it...