Skip to content
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

Incorrect install instruction after generating lock file #140

Closed
freddyaboulton opened this issue Feb 3, 2022 · 2 comments · Fixed by #142
Closed

Incorrect install instruction after generating lock file #140

freddyaboulton opened this issue Feb 3, 2022 · 2 comments · Fixed by #142

Comments

@freddyaboulton
Copy link

freddyaboulton commented Feb 3, 2022

On main I generated a lockfile with

conda-lock -f environment-macOS.yml -p osx-64 -p linux-64
Locking dependencies for ['linux-64', 'osx-64']...

Afterwards, conda-lock printed the following message to the console:

 - Install conda-lock install --name YOURENV --file conda-lock.yml

This error out because --file is not a valid argument. The following worked

conda-lock install --name YOURENV conda-lock.yml
@mariusvniekerk
Copy link
Collaborator

Those two lines are exactly the same?

@freddyaboulton
Copy link
Author

My bad - fixed the typo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants