I recently updated my Ubuntu operating system 14.04 to 16.04 and it turns out that I can no longer run a project on Django that is running on a virtualenv throws me this error.
File "./manage.py", line 17, in <module>
"Couldn't import Django. Are you sure it's installed and "
ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?
How can you regenerate the python PATH?