jlund / spotify-export

A simple Ruby utility that uses Spotify's Web API to export a playlist as plain text
MIT License
293 stars 42 forks source link

cannot load such file -- bundler/setup (LoadError) #18

Open ketansweta opened 7 years ago

ketansweta commented 7 years ago

Downloaded the latest bundle - running my command I get the below error - what am I missing ?

bash-3.2$ ./spotify-export.rb test2.txt /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in require': cannot load such file -- bundler/setup (LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:inrequire' from ./spotify-export.rb:3:in `

' bash-3.2$

tmeedend commented 7 years ago

I am also experiencing this problem

BachirC commented 6 years ago

Are you in the bin folder when doing that ? If you are in the root, it's ./bin/spotify-export.rb.

kmorlack commented 6 years ago

I am still hitting this error, anyone solve it?