-
-
Notifications
You must be signed in to change notification settings - Fork 34
Consider updating miniconda version #353
Comments
I was just about to make an issue for this, but conda 4.6 is available (not through miniconda installer yet). More importantly 4.6.3 fixes an issue where package "activation" scripts are now run after the package is installed. Without this packages like pyproj don't have their environment variables set correctly unless you deactivate and reactivate the test environment. Would it be possible to include a |
You can have any conda version number you like, just use |
Is that documented somewhere? I don't see it in the README? |
Also is there a way to say "the latest version"? |
Hmm, there are missing pieces here and there. If you have time to open a PR, it would be more than welcome for both the README and the latest version. E.g. changing the logic to something like:
|
4.5.11 now comes with python3.7 and as we use that as default more and more places it would make sense to avoid one more python install.
The text was updated successfully, but these errors were encountered: