LoginSignup
12
11

More than 3 years have passed since last update.

一時的にPATHを追加する(Linux)

Last updated at Posted at 2016-01-05

一時的にデフォルトで入ってるソフトウェアを使いたいとき等に使えます。

sh 系(bash, zsh等)

$ export PATH="<追加したいパス名>:$PATH"

csh 系(tcsh等)

% set path = (<追加したいパス名> $path )

参考

[http://www.bnote.net/linux/path.shtml:title]

12
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
11