3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Linuxでbashrcなどで設定をミスってpathが通らない時の覚書

Posted at

#pathが通らなくなった
.bashrcを弄りたくてもテキストエディタ関連の環境変数も死んでいるので弄れない、そんな時のメモ

$ export PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin

コレをしてから.bashrcなどを直します

#参考
https://forums.ubuntulinux.jp/viewtopic.php?id=9225

3
0
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
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?