OS X installation does not appear to work
JeffHenry opened this issue · 2 comments
JeffHenry commented
Hi,
I've installed the xCode Developer Tools.
curl -O https://raw.github.com/miyagawa/cpanminus/master/cpanm fails to transfer anything. I grabbed the cpanm installation directly from http://cpanmin.us
sudo perl cpanm App::dropboxapi runs, but dropbox-api does not recognize as a command.
floswald commented
yes, same here.
curl -O https://raw.github.com/miyagawa/cpanminus/master/cpanm
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
just use the wget
call instead. (maybe brew install wget
first) works perfectly fine for me.
floswald commented
oh. but still after the installation has finished nothing happens when I type dropbox-api
?