Skip to content

Instantly share code, notes, and snippets.

@justinrolston
Created September 19, 2013 01:33
Show Gist options
  • Save justinrolston/6618071 to your computer and use it in GitHub Desktop.
Save justinrolston/6618071 to your computer and use it in GitHub Desktop.
choose-your-own-talk
Justins-MacBook-Air:Code justinrolston$ cd choose-your-own-talk/
Justins-MacBook-Air:choose-your-own-talk justinrolston$ bundle
Using colorize (0.5.8)
Using rack (1.5.2)
Using redcarpet (3.0.0)
Using syntax (1.0.0)
Using tty_markdown (0.0.1) from git://github.com/dapplebeforedawn/tty_markdown.git (at master)
Using bundler (1.3.1)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
Justins-MacBook-Air:choose-your-own-talk justinrolston$ bundle exec ./choose.rb
[]
/Users/justinrolston/Code/choose-your-own-talk/topics/this_talk_topic.rb:12:in `add_to_env': undefined local variable or method `j' for ThisTalkTopic:Module (NameError)
from /Users/justinrolston/Code/choose-your-own-talk/network.rb:20:in `graph'
from ./choose.rb:9:in `<main>'
Justins-MacBook-Air:choose-your-own-talk justinrolston$ ruby -v
ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-darwin12.2.0]
Justins-MacBook-Air:choose-your-own-talk justinrolston$ brew install opencv
Warning: Your Xcode (4.6) is outdated
Please install Xcode 4.6.3.
Error: No available formula for opencv
@justinrolston
Copy link
Author

@dapplebeforedawn bingo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment