NotWritableError: The current user does not have write permissions to a required path.
path: /usr/local/miniconda/envs/.conda_envs_dir_test
uid: 501
gid: 20
Collecting package metadata (current_repodata.json): ...working... failed
NotWritableError: The current user does not have write permissions to a required path.
path: /usr/local/miniconda/pkgs/cache/53d7ef51.json
uid: 501
gid: 20
If you feel that permissions on this path are set incorrectly, you can manually
change them by executing
$ sudo chown 501:20 /usr/local/miniconda/pkgs/cache/53d7ef51.json
In general, it's not advisable to use 'sudo conda'.