suggest using python's -m flag to find the module This has the advantage of not needing to specify a full path to the script, which has to b…
Show more
suggest using python's -m flag to find the moduleThis has the advantage of not needing to specify a full path to the script, which has to be changed between environments.
Show less