mailRe: setting up relax on mac


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Edward d'Auvergne on August 09, 2013 - 01:06:
Also, for the Python version, can you update your locate database with
"sudo /usr/libexec/locate.updatedb"?  I'm not sure if the new Python
is in the list.  Some more below:


This all works fine:

cd /usr/local/
svn co svn://svn.gna.org/svn/relax/branches/relax_disp relax_disp
cd relax_disp

But when I type

 scons


I get:

scons: Permission denied.


Try instead as a normal user:

$ cd ~
$ mkdir relax
$ cd relax
$ svn co http://svn.gna.org/svn/relax/branches/relax_disp
$ cd relax_disp
$ /usr/local/bin/python /usr/local/bin/scons

Maybe this will work better.


I try the following:

[new-host-2:/usr/local] paul% relax -g

The dependency 'numpy' has not been installed.

Try instead:

% /usr/local/bin/python ~/relax/relax_disp/relax -g

It'll be interesting to see if these commands also give problems.

Regards,

Edward



Related Messages


Powered by MHonArc, Updated Fri Aug 09 07:20:07 2013