On Oct 24, 2:25 am, jnap <[EMAIL PROTECTED]> wrote: > I am new at this so I apologize if this is a stupid question...
Hi jnap, You would probably benefit from learning some basic shell usage. For example: * using commands like ``cd``, ``ln``, ``sudo``, ``cp``, and so on. * how environment variables work (ex. how to set your ``$PATH``) * how quoting works in the shell (it's different from Python) * what certain control characters do (ex. Ctrl-c) You might try reading ``info bash`` (or ``info bash``), or otherwise look for a beginner tutorial for bash on the web. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---