Mike Sarahan

Results 193 comments of Mike Sarahan

This seems to have been dropped at 0.8.3, but the current release is 0.8.10. Please start tagging again!

Is this along the lines of what you're thinking: https://github.com/pelson/conda-execute ? What you propose is also pretty much also what we do for Windows start menu shortcuts - except that...

Yes, I see. This is a good idea. There is http://conda.pydata.org/docs/commands/conda-run.html - but I have not heard of anyone using it, and I'm not sure what state it is in.

Yeah, my hunch has been that the python scripts were the slow part, but it looks like you got rid of all of them (optionally ps1) in your experiment. I'm...

@gqmelo, this looks like a very good thing, and you achieve very nice speedups. Pinging @kalefranz about where this might fit in Conda's roadmap.

I'm not sure how careful we need to be. How completely does ccache capture state? If there's no chance of accidental incompatibility, then global is a-ok. This is really exciting...

I was more wondering along the lines of compiler flags and friends. Is its cache key unique for any given set of preprocessor flags, compiler flags, compiler version, etc? If...

Sorry, conda develop needs a rework. Unfortunately, there's a lot of stuff in front of it. I recommend activating your environment and using ``python setup.py develop`` or ``pip install -e...

this gets very tricky with entry points, especially on Windows. Pip has switched to using EXE entry points that embed the python script and the python interpreter prefix in the...