Discussion:
[conda] building new conda environments offline
Chris Withers
2018-04-13 06:19:13 UTC
Permalink
Hi All,

I spend a lot of my open source development time on public transport
without internet access.

Is there any way I can configure conda such that I can still create
environments and install packages when I don't have internet access?

Tangentially, is the web server software that supports serving conda
channels, and indeed the upload of new packages, available anywhere?

cheers,

Chris
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/d39d9b52-6043-a582-592d-eec67ad34172%40withers.org.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Chris Withers
2018-04-16 22:55:47 UTC
Permalink
Post by Chris Withers
Is there any way I can configure conda such that I can still create
environments and install packages when I don’t have internet access?
|$ conda config --describe offline # # offline (bool) # # Restrict conda
to cached download content and file:// based urls. # # # offline: false |
Many conda operations have an |--offline| flag.
https://github.com/conda/conda/issues/7171

https://github.com/conda/conda/issues/7174
Post by Chris Withers
is the web server software that supports serving conda channels
available anywhere?
You’ll want to check out Anaconda Enterprise for that.
and indeed the upload of new packages
|conda install anaconda-client|
I meant the server side here. Anyone built an open-source conda channel
server yet?

cheers,

Chris
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/778afe93-8582-1ed3-4105-22072eb6d522%40withers.org.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Chris Withers
2018-04-17 05:52:06 UTC
Permalink
Hi Chris,
Running an "open-source conda channel server" is trivial -- it's just a
static web site,
so any open-source web server isall you need.
Yep, I remember the docs. I'm ideally looking for something that
supports upload too.

I know Kale's answer would be Anaconda Enterprise, but when devpi is
free and open source, that's a hard sell...

Chris
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/008e709d-090a-35f6-1486-a5e548375f84%40withers.org.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Shaun Walbridge
2018-04-17 06:33:00 UTC
Permalink
You can use conda index to build and host packages using any plain web
server, or just as a file URI [1]. Anything that can host an indexed
collection of files will work. Sure, it doesn't support uploading, but if
you're working while on public transit that's probably not an
issue.Anaconda does a great job of contributing back to open source almost
all of the work they do. But certainly if devpi does what you need, great!
You're in a nice position of having multiple options to implement your
stack.

1. https://conda.io/docs/user-guide/tasks/create-custom-channels.html
Hi Chris,
Running an "open-source conda channel server" is trivial -- it's just a
static web site,
so any open-source web server isall you need.
Yep, I remember the docs. I'm ideally looking for something that supports
upload too.
I know Kale's answer would be Anaconda Enterprise, but when devpi is free
and open source, that's a hard sell...
Chris
--
You received this message because you are subscribed to the Google Groups
"conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/co
ntinuum.io/d/msgid/conda/008e709d-090a-35f6-1486-a5e548375f8
4%40withers.org.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/CABM2nYw%3DPwKTj%2B4tZ4csecVuCZYqZApLPK4seHkJL5FNgaWaWA%40mail.gmail.com.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Loading...