In centOS 6.7 python2.6 is pre installed. I wanted to install python2.7 because django doesn't support python2.6.
While doing migration i am getting this issue.
What i guess in the issue is its taking python2.6. I just need to add the PythonPath in manage.py so that i can use python2.7 independently.
Note: i dont need to uninstall python2.6 because some services are using python2.6.
Any help will be apprecitaed
File "/usr/bin/django-admin", line 7, in <module>
from django.core.management import execute_from_command_line
File "/usr/lib/python2.6/site-packages/django/core/management/__init__.py", line 68
commands = {name: 'django.core' for name in find_commands(__path__[0])}
Thanks in advance