0

実行時

rvmsudo gem install capistrano

次の警告が表示されます。

Warning: can not check `/etc/sudoers` for `secure_path`, falling back to call via `/usr/bin/env`, this breaks rules from `/etc/sudoers`. Run:

    export rvmsudo_secure_path=1

to avoid the warning, put it in shell initialization file to make it persistent.

In case there is no `secure_path` in `/etc/sudoers`. Run:

    export rvmsudo_secure_path=0

to avoid the warning, put it in shell initialization file to make it persistent.

私はMac OS Xを使用していますが、何も入っていないsecure_pathので、次の/etc/sudoersようにする必要があると思います:

    export rvmsudo_secure_path=0

私の中で.bash_profile、そうですか?

4

1 に答える 1