On 31/01/17 19:55, sarifkin wrote:
> That did it! I ran unset DYLD_LIBRARY_PATH. Thanks very much. Now ete3 build check reports all of them OK and the standalone reports:
>
> $ /Users/HD/local/programs/anaconda/envs/phylo27/bin/ete3_apps/bin/clustalo
> FATAL: No sequence input was provided. For more information try: --help
This command removes the variable DYLD_LIBRARY_PATH from the environment. It only affects that terminal
> which looks right since I didn't give it any sequences.
>
>
> One additional question - what does this command do and will unsetting it mess me up in other programs?
Yes, other programs may be affected but only if you launch them from that terminal session.
So programs make use of this special variable to include additional libraries without affecting the system.
While this is fine for individual programs, it has undesired effects if set globally.
Sadly setting it globally (via ~/.bashrc, ~/.profile or some other way) is often recommended.
> --
> You received this message because you are subscribed to the Google Groups "The ETE toolkit" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
etetoolkit+...@googlegroups.com <mailto:
etetoolkit+...@googlegroups.com>.
> To post to this group, send email to
eteto...@googlegroups.com <mailto:
eteto...@googlegroups.com>.