Categories: Software, Usage Tags: Python/Conda, Software environment
Index
How to fix conda error NoWritePkgsDirError
You are missing some configuration of conda.
Please set conda config --add pkgs_dirs $WORK/software/privat/conda/pkgs
and check with conda info
that your configuration was successful.