Forums

Installing apps

My Python version is 3.5. I tried to install "django-registration" and it says requirement satisfied. The problem is, the app is installed in folder "python2.7/dist-packages", and I assumed this is why the module isn't detected.

Could anyone please help me solve this issue.

I never installed python2.7, so I don't know why this package is stored in that destination.

Did you use pip3.5 to install it?

ahhh, that did it, that was a rookie mistake. Thanks for the quick response, appreciate it.

One more question, do I have to make a virtual environment in order to download these modules? I don't seem to have access rights.

nevermind i just created a virtualenv

You can also use the --user flag.