LeninGangwal / Big-Basket-Delivery-Slots

Automates the process of finding delivery slots in BigBasket during the Covid-19 chaos.
41 stars 16 forks source link

Removing ambiguity if both py2 and py3 installed on same system #12

Open prabal-banerjee opened 4 years ago

prabal-banerjee commented 4 years ago

For systems where both python2.x and python3.x are installed, pip generally installs modules for python2.x and pip3 for python3.x. Hence the commit to remove ambiguity.

Tested on Ubuntu 18.04 image inside Docker.