Please I tried setting up django-shop on my system and it requires python3.7 but my system default is 3.8. I added python3.7 but when i try to run pipenv install , I get this:404 Snippet not found.
In the traceback, I can see that it reads from the python3.7 virtualenv and also my local python3.8.
Please how can I fix this?