Chris Miles schrieb: >> tgsetup.py installs tg-admin into /usr/local/bin. Is this on the >> PATH by default? > > No it isn't, but I always use "easy_install TurboGears" which installs > tg-admin into the default Python bin (/usr/bin in this case). > > Perhaps tgsetup.py should install the scripts into the same location > as the Python interpreter?
That would work for Unix/Linux and probably OSX but not for Windows, where Python scripts normally go into C:\PythonXY\Scripts. I'll have a look at the tgsetup.py script, since the fixed /usr/local default is annoying me too, because I always use virtualenv. Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
