Mathieu Carette

Results 10 comments of Mathieu Carette

Ok, the discussion can start. Here's the current status: - [x] Implement `conda`support, including full content of conda environment (not only python packages). - [x] Make a conda package for...

Thanks everyone for the outstanding support! The [twin repository](https://github.com/mathieu1/zappa_conda) providing an example zappa deployment in conda mode is now functional again :tada: and picks up the latest version of zappa...

@kalefranz thanks for having a look. Enlightenment from you (or @msarahan or anyone else) on the following fairly technical points would be greatly appreciated: 1. As @Miserlou mentions, this PR...

@kalefranz IMHO The docstring looks good, except that `exclude_conda_packages` should read: `list of conda packages to exclude from the zip`. No glob pattern, just regular conda package names. The default...

@kalefranz Thanks a lot for the great suggestions! I will look into incorporating this as soon as I can. Regarding point 1: @miserlou, would that be ok to have some...

@kalefranz Yet another remark : I can definitely picture your solution to work very well on macOS, but I expect difficulties on Windows with all kinds of links in conda...

@cscanlin This is definitely in the works, and your problems should hopefully evaporate very soon. I'm working on integrating multi-platform support at the very moment... (again, thanks @kalefranz for his...

Status update: - I integrated @kalefranz' code and rearranged things in a much cleaner fashion: there used to be lots of ugly copy-pasta for virtualenv and conda modes (with slight...

~@kalefranz @msarahan It seems the code to create linux-64 environments on other platforms is not quite working as intended. In essence, the suggestion was to use e.g. `CONDA_SUBDIR=linux-64 conda install...

Just a comment to confirm that Scala syntax highlighting works out of the box in IPython 3 (although it can be a bit glitchy) using IScala. Check out [this issue](https://github.com/mattpap/IScala/issues/19)...