iconara / bigshift

A tool for moving tables from Redshift to BigQuery
BSD 3-Clause "New" or "Revised" License
65 stars 10 forks source link

Operation not permitted - /usr/bin/aws.rb #12

Closed vaichidrewar closed 8 years ago

vaichidrewar commented 8 years ago

I am trying to install bigShift on Mac OSX El Capital 10.11.5 My Ruby version is ruby 2.0.0p648 (2015-12-16 revision 53162) [universal.x86_64-darwin15]

I am getting the following error while installing gem

$ sudo gem install bigshift ERROR: While executing gem ... (Errno::EPERM) Operation not permitted - /usr/bin/aws.rb

Googling did not help. Can somebody help to resolve this error?

iconara commented 8 years ago

Try adding --verbose --backtrace to the install command and see if the output gives you any hints as to what's going on.

vaichidrewar commented 8 years ago

After installing ruby 2.3.1 I did not see that error.