Offline installation (with no internet connection)

View: New views
2 Messages — Rating Filter:   Alert me  

Offline installation (with no internet connection)

by Михаил Лукин :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, grokkers!

I have Debian workstation (which is connected to Internet) and openSuSE
server (which is NOT). How can I install all of required eggs to the
server without downloading them to it? I use --eggs-dir option when
`grokproject`, but it still downloads bc.buildout when I create new
virtualenv and `grokproject` in it. When I try to install grokproject
from tarball, it fails because of PasteScript dependency, but when I
`easy_install` grokproject it doesn't seem to download or install it at
all.
I'm missing something obvious, so I appreciate any advice. Thanks.

--
Mihail Lukin <mihail.lukin@...>

_______________________________________________
Grok-dev mailing list
Grok-dev@...
https://mail.zope.org/mailman/listinfo/grok-dev

Re: Offline installation (with no internet connection)

by Jan-Wijbrand Kolman-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Mihail Lukin wrote:
> I have Debian workstation (which is connected to Internet) and openSuSE
> server (which is NOT). How can I install all of required eggs to the
> server without downloading them to it? I use --eggs-dir option when
> `grokproject`, but it still downloads bc.buildout when I create new
> virtualenv and `grokproject` in it. When I try to install grokproject
> from tarball, it fails because of PasteScript dependency, but when I
> `easy_install` grokproject it doesn't seem to download or install it at
> all.
> I'm missing something obvious, so I appreciate any advice. Thanks.

Hmmm, I'm not sure where to begin.

A couple of questions, maybe we can figure out what exactly is going on
here:

* How did you create the virtualenv? With the "--no-site-packages" option?

* Could you try to "easy_install" zc.buildout, PasteScript and
grokproject in this virtualenv? Does running the grokproject command
then work?

That's what I can think of right now. Let's see if we can get this
further...

regards,
jw

_______________________________________________
Grok-dev mailing list
Grok-dev@...
https://mail.zope.org/mailman/listinfo/grok-dev