Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Console Foundations Installing Software Building Software From Source

Anwar Rizalman
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Anwar Rizalman
Python Development Techdegree Graduate 33,620 Points

The path where sqlite3 being installed?

So at the end the sqlite3 was found in that /local/bin path and my question is the path location that any package that we installing will go there? And after installing, the src directory we created for the tar file can be remove correct? thank you

Great question, I'd like to know the answer too. I know that after we type

sudo apt-get install build-essential
which make

the path /usr/bin/make will appear if the build tools were successfully installed. How much do those details matter, local vs usr ?