Clone
Martijn Visser <mgvisser@gmail.com>
committed
on 28 Mar 20
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 module

This has the advantage of not needing to specify a full path to the script, which has to be changed between environments.

Show less

fix-docker + 2 more