I am starting to become more mindful of where in my computer I’m installing/ storing things and I wanted to reach out to the freeCodeCamp community for advice.
What are the best practices for where on your computer you should be installing gems, libraries, modules, dependencies, etc.
For example, I’m currently learning about Ruby and gems. Specifically, I’m learning about the Bundler gem and how it can help my Ruby programs keep up with dependency versions.
For this specific problem, where on my computer should I install Bundler? (home directory
? home directory/Desktop
? etc)
More generally, does anybody have any advice on what is recommended when thinking about where to install and save these things?