forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-internalLabel for non-user facing issuesLabel for non-user facing issuesbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Description
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'.
Metadata
Metadata
Assignees
Labels
area-internalLabel for non-user facing issuesLabel for non-user facing issuesbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug