Timeline for How might I create a completely discardable build environment?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 28, 2017 at 3:21 | answer | added | cas | timeline score: 0 | |
| Jul 27, 2017 at 20:35 | comment | added | Emmanuel Rosa | Have you considered using a container as an alternative to chroot? If you have systemd you can use systemd-nspawn, otherwise Docker. Also, I don't know about gem, but npm can be configured to npm install -gto an alternative directory, say $HOME/.npmroot. That way you can just delete that directory when you're done. | |
| Jul 27, 2017 at 14:56 | answer | added | Austin Hemmelgarn | timeline score: 1 | |
| Jul 27, 2017 at 14:53 | history | edited | smitelli | CC BY-SA 3.0 | Make npm explicitly global |
| Jul 27, 2017 at 14:45 | history | asked | smitelli | CC BY-SA 3.0 |