Larry Du

Results 26 comments of Larry Du

> Nice catch! The only thing that gives me a bit of a pause here is that it is not uncommon to have `:` in env variable values (eg `$PATH`)....

> > Something like this [d654bc8](https://github.com/Netflix/metaflow/commit/d654bc8727b18f88c27e90bb95288a0f52ff8c3c) should work but may still need a bit more testing > > This looks good, though probably still need to limit the split on...

> Something like this [d654bc8](https://github.com/Netflix/metaflow/commit/d654bc8727b18f88c27e90bb95288a0f52ff8c3c) should work but may still need a bit more testing I've updated the PR to incorporate these changes, but I have not thoroughly tested this.

A bit busy at the moment. Will try to revisit this by the end of the week.

I actually get the interval_set.hpp error when running ``` BOOST_ROOT=install ./install.sh ```

If we use conda to install boost, how do we retrieve the appropriate BOOST_ROOT location in build.sh?

Ok, I realized that this is not an issue with new flutter projects. To fix this, just `flutter create` a new repo, and transfer your old files over. For me,...