Tenma-Server / Tenma

Comic book server with in-browser reader
MIT License
252 stars 31 forks source link

Python manage.py importerror #35

Closed hwwilliams closed 7 years ago

hwwilliams commented 7 years ago

shot_170821_194255

Any idea what's wrong?

hmhrex commented 7 years ago

That looks like you might be using python 2.x rather than python 3.x. If you run python -v while in the virtual environment, what do you get?

hwwilliams commented 7 years ago

It appears your right, which confuses me because outside of the virtual environment it says version 3.6.2.

How can I specify or change the python that the virtual environment points to?

hmhrex commented 7 years ago

Using the -p switch when creating the virtual environment: https://virtualenv.pypa.io/en/stable/reference/#cmdoption-p