-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idea for ska version #23
Comments
ska_version could also be a script that queries the versions of those packages from conda, but version files are probably simpler. |
Per discussion, implement a ska_version script that gets package names and versions from conda list (JSON file) and looks for any package name starting with Output looks like below (alphabetized):
|
Closed by #37 |
Following discussion in #19, one possibility is to have each meta package provide a version file. Then the
ska_version
script would effectively paste all those together, giving a possibly long but unique version description of the environment. E.g.Then
ska_version
might give something like:If you decide to uninstall
ska3-flight
then it looks likecore-2018.08.01:pinned-2018.08.01:perl-2018.08.01
.The text was updated successfully, but these errors were encountered: