RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: koriroys
Site: koriroys.com
Quick and dirty:
Open .bash_profile in your favorite editor eg: mate ~/.bash_profile
mate ~/.bash_profile
Add the two ENV variables like so: export TWITTER_KEY=your_twitter_key export TWITTER_SECRET=your_twitter_secret
export TWITTER_KEY=your_twitter_key export TWITTER_SECRET=your_twitter_secret
Save and close the file
Either quit your terminal session & restart or reload it with: source ~/.bash_profile
source ~/.bash_profile
Does this help? Fixed it for me.
https://github.com/sporkrb/spork/issues/151
Quick and dirty:
Open .bash_profile in your favorite editor eg:
mate ~/.bash_profile
Add the two ENV variables like so:
export TWITTER_KEY=your_twitter_key
export TWITTER_SECRET=your_twitter_secret
Save and close the file
Either quit your terminal session & restart or reload it with:
source ~/.bash_profile
Does this help? Fixed it for me.
https://github.com/sporkrb/spork/issues/151