Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5657

[macOS Catalina] fish-shell でRustupコマンドをインストールする方法

$
0
0

[macOS Catalina] fish-shell で rustup コマンドをインストールする方法

以下のコマンドを実行する

curl https://sh.rustup.rs -sSf | sh

この場合、以下のようなエラーが出る場合がある。

error: could not amend shell profile: '/Users/{ユーザー名}/.profile'
error: caused by: could not write rcfile file: '/Users/{ユーザー名}/.profile'
error: caused by: Permission denied (os error 13)

fish-shell からインストールすると設定ファイルの上書きに失敗することがあるらしい・・・

権限系のエラーなので、 sudoをつければよいかと考えられるが、それでも上手く行かない。

そこで、 --no-modify-pathオプションを付けると解決できる。

curl https://sh.rustup.rs -sSf | sh -s----no-modify-path

Viewing all articles
Browse latest Browse all 5657

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>