This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OIFS=$IFS; | |
IFS=","; | |
# fill in your details here | |
dbname=DBNAME | |
user=USERNAME | |
pass=PASSWORD | |
host=HOSTNAME:PORT | |
# first get all collections in the database |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#attempt to install PIL on MacOS Lion | |
#without Fink, brew, MacPorts, etc | |
#install Xcode 4.2.1 | |
#this might be necessary | |
defaults write com.apple.versioner.python Prefer-32-Bit -bool yes | |
#delete previous attempts (optional) | |
cd /usr/loca/bin |