I'm trying to use django on a Suse server to use it in production with apache and mod_python but I'm finding some problems.
I have installed python 2.7.9 (the default version was 2.6.4) and django 1.7. I had some problem with the installation but they are now solved.
My current problem is that when I try to execute django-admin I get this error:
-bash: /usr/local/bin/django-admin: .: bad interpreter: Permission denied
I have searched through the web but I have not found a solution. I have tried to make the file executable: sudo chmod +x django-admin and the problem remains equal.
Any idea? Thanking you in advance.