adding mongo to path
- by Mike
Bit of a noob question. I have downloaded MongoDb and installed it here
/Users/mike/downloads/mongodb
In order to start it, I then have to 'cd' into the 'bin'
/Users/mike/downloads/mongodb/bin
and run
./mongod (to start the database)
and
./mongo (to start the mongo shell)
The problem is that I can only work with python and ruby…