How to install the 'glob' module?
For Python 3, there is no glob3
.
So use:
sudo pip3 install glob2
For python 2.7:
pip install glob2
For python 3.7:
pip3 install glob2
For Python 3, there is no glob3
.
So use:
sudo pip3 install glob2
pip install glob2
pip3 install glob2