technic / cenv_script

Wrapper around conda that automatically persists changes to environment.yml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conda environment helper script

image

image

Documentation Status

Wrapper around conda that automatically persists changes to environment.yml It is quite dummy but useful in simple case scenarios.

Features

  • You run cenv-script install numpy
  • It calls conda install numpy, checks for errors and then updates corresponding environment.yml

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Wrapper around conda that automatically persists changes to environment.yml

License:MIT License


Languages

Language:Python 86.9%Language:Makefile 13.1%