anaconda / anaconda-project

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

Allow .readonly flag in parent #307

Closed mcg1969 closed 3 years ago

mcg1969 commented 3 years ago

We currently offer the use of a .readonly file in the root directory of a conda environment to force anaconda-project to treat it as if it were readonly (regardless of the actual permissions). In a use case where there is an entire directory of environments where we might wish to do this, it would be nice to declare that entire directory as readonly with a single such flag file.