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.
rvm を使用していくつかのラッパーを作成しましたが、もう使用していません。これらのラッパーを適切に削除するにはどうすればよいですか? 以下を使用してラッパーを作成しました。
rvmsudo rvm wrapper 1.9.3@mygemset mywrapper unicorn_rails
RVM 経由でラッパーを直接削除する方法はありませんが、次のように簡単に削除できます。
rm -i $(which mywrapper_unicorn_rails)