5 ms·
>I don't know what version of Python I'm going to have on the system, installing dependencies is not fun If your colleagues can be expected to have Docker, you
by oftenwrong 5y ago
>I don't know what version of Python I'm going to have on the system, installing dependencies is not fun
If your colleagues can be expected to have Docker, you can wrap your Python script in an image that contains specific versions of Python and the dependencies.