#.bashrcを作成する方法
ホームディレクトリで以下のコマンドを実行する。*ホームディレクトリでないと実行できない
touch ~/.bashrc
ホームディレクトリへ移動するには以下のコマンドを実行する。
.bashrcへの書き込み
echo "記載内容" > ファイル名
.bashrcでパスを通す
$PATH
通したパスを反映させる
source ~/.bashrc
Go to list of users who liked
More than 3 years have passed since last update.
#.bashrcを作成する方法
ホームディレクトリで以下のコマンドを実行する。*ホームディレクトリでないと実行できない
ホームディレクトリへ移動するには以下のコマンドを実行する。
.bashrcへの書き込み
echo "記載内容" > ファイル名
.bashrcでパスを通す
通したパスを反映させる
source ~/.bashrc
Register as a new user and use Qiita more conveniently
Go to list of users who liked