schendje: put this in your .bashrc: http://dpaste.com/539863/ then mkdir ~/env/ virtualenv --no-site-packages ~/env/mediagoblin [13:47] close and open your terminal now instead of the workon stuff in that doc use venter mediagoblin to leave the environment, type "deactivate" schendje: let me know if you get that far yay, that's better :) [13:48] I might just put this in the docs instead because at least it works. schendje: okay! next after doing the venter mediagoblin [13:49] (cool thing about venter is you can tab-complete mediagoblin ;)) then do mkdir src [13:50] cd src git clone http://git.gitorious.org/mediagoblin/mediagoblin.git cd mediagoblin python setup.py develop it should install everything * schendje clones schendje: at this point you can do everything from the docs just as well except [13:51] instead of ./bin/paster do just paster etc ok virtualenv should put the commands on your path when you venter make sure you run the commands from the src/mediagoblin/ directory schendje: let me know when done :) [13:58] it's done with develop, that seemed to have worked