4b11b4 / potify

[S]potify generic music player learning project
0 stars 1 forks source link

Python dependency (requirements.txt) #6

Closed 4b11b4 closed 5 years ago

4b11b4 commented 5 years ago

Should the python version we are using be in the req.txt?

Did I setup the venv incorrect?

zachcalvert commented 5 years ago

The python version is required to setup the virtualenv, so python needs to be configured before anything in requirements.txt gets installed.

Are you seeing issues with your virtualenv?

4b11b4 commented 5 years ago

When we created the virtualenv, we specified which version of python to use.