Ubuntu에서 아나콘다 설치 후 environment create시 아래처럼 에러가 난다면
Collecting package metadata (current_repodata.json): failed
NotWritableError: The current user does not have write permissions to a required path.
path: /home/user/anaconda3/pkgs/cache/9e0f62c3.json
uid: 1000
gid: 1000
If you feel that permissions on this path are set incorrectly, you can manually
change them by executing
$ sudo chown 1000:1000 /home/user/anaconda3/pkgs/cache/9e0f62c3.json
In general, it's not advisable to use 'sudo conda'.
아래의 명령어를 입력하면 된다.
sudo chown -R $USER:$USER anaconda3