You can certainly clone them to site-packages it just depends on how you
want to deploy things.

-Chris

On Mon, Dec 5, 2011 at 4:42 PM, Shawn Collins <[email protected]> wrote:

> So the instructions say to clone the satchmo files into /home/user/
> src. Is that essential? or can those files also be installed to site-
> packages, and then the user can run clonesatchmo.py into their
> directory?
>
> On Dec 3, 1:51 pm, hynekcer <[email protected]> wrote:
> > Shawn, you can do it even with quick installation by "pip".
> >
> > You can use one or muptiple times "--install-option=..." which are
> > passed on by pip to the internal "setup.py install".
> >
> > It is the easiest If you have no "/home/yourname/.pydistutils.cfg":
> > Write
> >    sudo pip install --install-option="--prefix=/usr/local" ...
> > instead of plain
> >    sudo pip install ...
> > and it will install to
> >         $PREFIX/lib/pythonX.Y/site-packages
> >         $PREFIX/bin
> >         etc.
> >
> > If you have a .pydistutils.cfg, you should first switch the
> > environment to root's one by "sudo su -" or edit that cfg, otherwise
> > "prefix" option would not work. The last possibility is to override a
> > cfg by a complete set of *six*(!!) necessary options --install-
> > option="install-base... which should override everything.
> > _ _
> >
> > Cristian, your solution is excelent for someone who has many servers.
> > Nice. Thanks.
> >
> > -- Hynek
> >
> > On 3 pro, 09:50, Cristian Ciupitu <[email protected]> wrote:
> >
> >
> >
> >
> >
> >
> >
> > > Why wouldn't this be possible? As a matter of fact, I have even
> > > created RPMs for Satchmo and its dependencies. You can find the RPM
> > > SPECs and some patches athttps://github.com/ciupicri/rpmbuild.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Satchmo users" 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/satchmo-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" 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/satchmo-users?hl=en.

Reply via email to