making the install. For example, to install the datetime module in the macports Python3.7, usesudo -H /opt/local/bin/python3.7 -m pip install --upgrade datetime. The minus m flag means import the following module. Depending on your configuration of macports, you may not need to usesudo...