Skip to content

Instantly share code, notes, and snippets.

@vjanelle
Created January 30, 2013 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vjanelle/4676691 to your computer and use it in GitHub Desktop.
Save vjanelle/4676691 to your computer and use it in GitHub Desktop.
getting to pocco to work with the command line
I had to execute easy_install pygments, which worked. This is to stop it from communicating my secret manifests over the internets.
The puppet module has an exec statement to self-generate the docs for the manifest.
I also had to 'rvm system', because I don't know what I'm doing.
#!/bin/bash
export RUBYOPT=rubygems
export RUBYLIB=/opt/pocco/lib
/opt/pocco/bin/pocco $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment