I am following the MS Azure Batch tutorial for Python: https://learn.microsoft.com/en-us/azure/batch/batch-python-tutorial
Now, I want to use some non-standard Python packages, such as SciPy or Colorama... whatever.
for example:
import scipy
import colorama
import ...
I cannot find any information on this by MS. Also, how do I make my VM node use python3?