Sorry for the tone, Chris.
I just have a thing about long magic internet-pulling build and install
scripts.
They have to be pitch-perfect or in general they are worse than useless.

I am often dreaming of a software environment that essentially had
ZERO choice as to where everything (of any version) could be found on the
net (it would
be found by conventional name+version using something that used google
search
to find one, then checksum verified)
and then
ZERO choice as to where everything must be placed
on your local file system by the automated install/build system.

And all the default parameter settings of every library and framework must
work with all others
in some "reasonable default" mode.

These conventions would result in virtually ZERO config hassles. There is so
much
software out there today, which we are trying to make work together. These
much stricter
standards for finding and placing software will be needed to stave off
chaos.

i.e. Simplify the build system by making the standards more authoritarian.

This applies to standard packages that come with an OS all the way up to
specific frameworks
like Turbogears.

Oh well, I also dream of world peace and intact rainforests.

On Sun, Jan 10, 2010 at 4:13 PM, Christopher Arndt <[email protected]>wrote:

> Christopher Arndt wrote:
> > BTW, the installation page explicitly mentions the virtualenv method as
> > the first and preferred one. Did you try that too?
>
> Oops, sorry, that's only true for TG 1.1. But the virtualenv method
> works with TG 1.0.x as well (and now usually works better, too):
>
> $ easy_install virtualenv
> $ virtualenv --no-site-packages venv
> $ source venv/bin/activate
> $ easy_install "TurboGears==1.0..9"
>
>
> Chris
>
> --
> You received this message because you are subscribed to the Google Groups
> "TurboGears" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<turbogears%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/turbogears?hl=en.
>
>
>
>
--
You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en.

Reply via email to