anaconda / anaconda-project

Tool for encapsulating, running, and reproducing data science projects
https://anaconda-project.readthedocs.io/en/latest/
Other
221 stars 88 forks source link

args order should not make a difference #280

Open edennuriel opened 4 years ago

edennuriel commented 4 years ago

while I have encounter that in a number of places, here is on example this will work: anaconda-project add-packages -c https://conda.anaconda.org/conda-forge tranquilizer=0.5.0 this will not: anaconda-project add-packages tranquilizer=0.5.0 -c https://conda.anaconda.org/conda-forge