Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
git、curl、または heroku をどこからでも実行できるようにするにはどうすればよいでしょうか。たとえば、次を実行するだけです。
$curl
また
$git
$heroku
シェルは、.ini にリストされているすべてのディレクトリを検索しますPATH。
PATH
パスの種類を確認するには:
echo $PATH # Print the path on screen
コマンドが見つかったディレクトリを見つけるには、次を使用しますwhich(Linux タイプのシステムの場合):
which
which curl