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

Add support for .readonly file #302

Closed mcg1969 closed 3 years ago

mcg1969 commented 3 years ago

If a prefix has a .readonly file in it, then anaconda-project will assume it is read-only, even if it is not. At bare minimum this is useful for testing

mcg1969 commented 3 years ago

@AlbertDeFusco I have manually tested this. But I'd like to get this into a tagged build soon, even if before the full readonly support is merged