<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Nov 3, 2016 at 3:02 PM, Paul Moore <span dir="ltr"><<a href="mailto:p.f.moore@gmail.com" target="_blank">p.f.moore@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">It would buy *me* flexibility to use <a href="http://python.org" rel="noreferrer" target="_blank">python.org</a> build of Python, or my<br>
own builds. And not to have to wait for conda to release a build of a<br>
new version.</blockquote><div><br></div><div>you are perfectly free to make your own conda package of python -- it's not that hard.</div><div><br></div><div>In fact, that's one of the key benefits of conda's approach -- conda manages python itself, so you can easily have a conda environment for the latest development release of python.</div><div><br></div><div>of, for that matter, just build python from source inside an environment.</div><div><br></div><div>ANd if you want to build a custom python package, you don't even need your own recipe:</div><div><br></div><div><a href="https://github.com/conda-forge/python-feedstock/tree/master/recipe">https://github.com/conda-forge/python-feedstock/tree/master/recipe</a><br></div><div><br></div><div>and conda can provide all the dependencies for you too :-)</div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> Of course, I have specialised needs, so that's not an<br>
important consideration for the conda developers.<br></blockquote><div><br></div><div>True -- though the particular need of using a custom-compiled python is actually pretty well supported!</div><div><br></div><div> Caveat: I've never tried this -- and since conda itself uses Python, you may break conda if you install a python that can't run conda. But maybe not -- conda could be smart enough to use its "root" install of python regardless of what python you have in your environment. in fact, I think that is the case. when I am in an activated conda environment, the "conda" command is a link to the root conda command, so Im pretty sure it will use the root python to run itself.</div><div><br></div><div><br></div></div><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><br>Christopher Barker, Ph.D.<br>Oceanographer<br><br>Emergency Response Division<br>NOAA/NOS/OR&R            (206) 526-6959   voice<br>7600 Sand Point Way NE   (206) 526-6329   fax<br>Seattle, WA  98115       (206) 526-6317   main reception<br><br><a href="mailto:Chris.Barker@noaa.gov" target="_blank">Chris.Barker@noaa.gov</a></div>
</div></div>