Ksenia Marasanova wrote:
> 2005/11/19, Lee McFadden <[EMAIL PROTECTED]>:
> >
> > It sounds like a path issue.  Run sudo python setup.py develop again
> > and scroll through the output.  It will tell you where it's putting
> > the tg-admin for version 0.9adev-rxxx.
>
> Thanks, it was indeed path issue. It appears that I have two version
> of tg-admin:
> 0.8x version: /usr/local/bin/tg-admin
> 0.9x version: /Library/Frameworks/Python.framework/Versions/2.4/bin/tg-admin

You need to include --script-dir=/usr/local/bin on your "setup.py
develop" line if you want the scripts to go to /usr/local/bin.
Otherwise, they go to the default installation location for Python
scripts on your computer.  i.e.:

     setup.py develop --script-dir=/usr/local/bin

Reply via email to