-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
intitial rough version of from-env subcommand
Add a from-env subcommand which creates a lock file from an existing conda environment. This is accomplished by running `conda env export` to obtain the location of the environment and channels. The conda-meta directory of the environment is then read to obtain information on the installed packages.
- Loading branch information
1 parent
e0482d3
commit 5d40786
Showing
1 changed file
with
272 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters