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

_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-devel mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-devel

Reply via email to