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

Databases Mongo Basics Getting Started With MongoDB Setting Up MongoDB

Warning: mongodb-3.2.9 already installed, it's just not linked

please help

1 Answer

Alexander Nikiforov
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Alexander Nikiforov
Java Web Development Techdegree Graduate 22,175 Points

It looks to me based on Stack questions everywhere:

http://superuser.com/questions/949476/mongodb-not-found-on-os-x-10-10-4

You've got mongodb installed, but it was not added to $PATH which means that when you type

mongodb

It should give

mongodb not found

Am I right ?

If I am, you have to find where you installed your mongodb with brew. Are you using Mac BTW?

So try the answer of the guy in the link posted:

http://superuser.com/questions/949476/mongodb-not-found-on-os-x-10-10-4

He suggests adding path to your mongodb to ~/.bashrc and restarting the terminal. Try that out and let me know what you have ...