Opened 15 years ago

Closed 15 years ago

#11164 closed (wontfix)

inconsistency in installation documentation, and a suggestion

Reported by: fcady2007 Owned by: nobody
Component: Uncategorized Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The online instructions say to run the command "sudo python setup.py install", but the INSTALL file in the tar package says to use the command "python setup.py install".

Also, neither of these commands is working for me. If I do not use sudo, I can only import django when I launch python from the Django directory. If I use sudo, I get the error message "error: could not create 'build/lib': Permission denied". I have little experience with Linux, so I have no idea what's going wrong. It would be good to update documentation so that people like me can troubleshoot.

Change History (1)

comment:1 by Chris Beaven, 15 years ago

Resolution: wontfix
Status: newclosed

Since INSTALL is just a quick intro, and points to using the full install docs for more information, I'm calling it that it's not worth changing INSTALL (and it's more os-agnostic in its current form anyway).

Regarding the sudo method not working for you, this is more of a community issue: ask in the google group or on IRC to get this sorted. After solving it, if you think that something specific and widely useful could be added to the full install docs, please create a new ticket.

Note: See TracTickets for help on using tickets.
Back to Top