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)