Here is the error i get with running django-admin without sudo:
Traceback (most recent call last):
File "/usr/local/bin/django-admin.py", line 5, in <module>
management.execute_from_command_line()
File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 429, in execute_from_command_line
File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 379, in execute
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 191, in run_from_argv
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 220, in execute
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 322, in handle
File "/usr/local/lib/python2.7/dist-packages/django/core/management/commands/startproject.py", line 30, in handle_label
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 407, in copy_helper
IOError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/django/conf/project_template/settings.py'
Regards,
Joshua Sierra
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment