mguetlein / opentox-validation

OpenTox validation webservice
http://www.opentox.org
GNU General Public License v3.0
2 stars 0 forks source link

Rakefile install: use "sudo env PATH=$PATH gem install", not "sudo gem install"! #8

Closed amaunz closed 14 years ago

amaunz commented 14 years ago

Diff is here:

ist@ist:~/webservices/opentox-validation$ git diff diff --git a/Rakefile b/Rakefile index 642cd30..5d74ae4 100644 --- a/Rakefile +++ b/Rakefile @@ -5,12 +5,12 @@ require 'rake'

desc "Install required gems" task :install do

mguetlein commented 14 years ago

christoph did not pull my validation, should work now.

use "rake init" instead of "rake install"