「Anaconda設定等」の版間の差分
細 (→脚注) |
|||
17行目: | 17行目: | ||
</pre> | </pre> | ||
− | + | ==脚注== | |
<references/> | <references/> | ||
2017年7月9日 (日) 16:10時点における版
Permission Denied問題
こういう問題が出る場合。[1]
ERROR conda.core.link:_execute_actions(337): An error occurred while installing package 'defaults::dbus-1.10.10-0'. PermissionError(13, 'Permission denied') Attempting to roll back. PermissionError(13, 'Permission denied')
ファイルのアクセス権を設定。
sudo chmod +r /opt/anaconda/pkgs/dbus-1.10.10-0/bin/.dbus-post-link.sh sudo chmod +r /opt/anaconda/pkgs/dbus-1.10.10-0/libexec/dbus-daemon-launch-helper