On Mon, Apr 27, 2009 at 1:30 PM, bconnors <bob.conn...@wdc.usda.gov> wrote:

>
> With my ubuntu I can’t type @


That's bizarre, but a topic for another list.


>
> So I can’t do :
> export PYTHONPATH=/path/to/your/django/checkout
> to the directory I was using which was
> pubu...@pubuntu:~/djsite/mysite$
>

There is no @ in the path there. The format of the command prompt you see
is:

u...@machine:path$

where user=login name
machine=host name
path=current working directory

You don't need to include the u...@machine part when you export the
PYTHONPATH, just the path part.


> so I thought I’d use /usr/share/bob because it has no @
> but that doesn’t work either:
>
> + svn co http://code.djangoproject.com/svn/django/trunk/ django-trunk
> svn: Working copy 'django-trunk' locked
> svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
> details)
> r...@pubuntu:/usr/share/bob# svn cleanup
> svn: '.' is not a working copy directory
>

The working copy here is /usr/share/bob/django-trunk, not /usr/share/bob, so
that is where you'll need to run svn cleanup from in order to fix whatever
has gotten messed up as far as svn is concerned.  But it wasn't necessary to
put a copy of Django here in the first place so you may just want to delete
this tree and use the one you put in your own home tree somewhere.

Karen

--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to