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

Docs - Environment section code not working as expected #270

Open
hsparra opened this issue May 9, 2016 · 0 comments
Open

Docs - Environment section code not working as expected #270

hsparra opened this issue May 9, 2016 · 0 comments

Comments

@hsparra
Copy link

hsparra commented May 9, 2016

In the Managing Environments section of the docs, http://docs.anaconda.org/using.html#Environments, the command given for exporting and uploading a conda environment do not seem to work.

  • conda env export -n my-environment does not produce an environment file. The Conda documentations shows the command conda env export > environment.yml. Seem like it should be conda env export -n my-environment > environment.yml

Note: It appears conda env upload my-environment works only if there is an environment.yml file. This requirement is not clear from the documentation. However, Conda does not require an environment file to be called environment .yml. It seems that uploading an environment file should not require the file to be called environment.yml. I would expect users would like to have different names for their environment files so they can tell at a glance what environment it might contain. This is mitigated somewhat that the environment "package" is the name given in the upload. It would be swell if a user could name their uploaded environment file whatever made sense to them. Or if they can already upload environment files with arbitrary names then an example should be given.

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

No branches or pull requests

1 participant