Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
How to uninstall? #151
How to uninstall? #151
Comments
|
See #152 also. instruction now use bundler which should wipe things out when you remove the directory as well (I think). |
The instructions provide details on how to install jekyll and github-pages. Those two commands installed a lot of things. Is it possible now to uninstall those packages and their dependencies now that I no longer need them?
It looks like I can uninstall the gems one by one, using the log of the gems it installed to determine which ones to uninstall, but this is tedious.
Perhaps the instructions should guide the user on how to create an isolated environment for this work, especially considering that many are likely to be unfamiliar with the Ruby ecosystem.