John Cooper wrote:
> Don't know if this is of any use or has been done before, but below are
> some simple instructions for grabbing the current freevo from subversion
> and installing it locally with out disturbing your current freevo setup
> or needing to be root.

You can do this much simpler.

> # Make a local dir that you want to install stuff to.
> mkdir ~/freevo2
> cd ~/freevo2

thats all, no need to copy python.

> # Now grab the source from subversion.
> mkdir src
> cd src
>
> svn co svn://svn.freevo.org/kaa/trunk kaa
> svn co svn://svn.freevo.org/freevo/trunk freevo
>
> # Now install to local dir ~/freevo2/
>
> cd kaa
> ~/freevo2/bin/python setup.py install

No need to do that, you only need to add a prefix to the install

python setup.py install --prefix=~/freevo2

> cd freevo
> ~/freevo2/bin/python setup.py install

Same here: python setup.py install --prefix=~/freevo2

You can now start everything from ~/freevo2/bin


Dischi

-- 
My mind not only wanders, sometimes it leaves completely.

Attachment: pgpi1TbV5NL3D.pgp
Description: PGP signature

Reply via email to