Hello,
You have got nothing for: ./sage --sh -c "echo $PKG_CONFIG_PATH" Because your shell expands $PKG_CONFIG_PATH first. Using single quotes will preserve the literal $. So you can use this instead: ./sage --sh -c 'echo $PKG_CONFIG_PATH' That is the difference between echo "$PATH" and echo '$PATH'. Best regards, TB On 07/11/2013 04:07 PM, Paul Mercat wrote: From the Sage shell, the command -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/groups/opt_out. |
- [sage-devel] Re: Error installing package matplotli... Jean-Pierre Flori
- [sage-devel] Re: Error installing package matplotli... Paul Mercat
- [sage-devel] Re: Error installing package matplotli... Jean-Pierre Flori
- [sage-devel] Re: Error installing package matplotli... Paul Mercat
- [sage-devel] Re: Error installing package matplotli... Paul Mercat
- [sage-devel] Re: Error installing package matplotli... Jean-Pierre Flori
- [sage-devel] Re: Error installing package matplotli... Paul Mercat
- [sage-devel] Re: Error installing package matplotli... Jean-Pierre Flori
- [sage-devel] Re: Error installing package matplotli... Jean-Pierre Flori
- [sage-devel] Re: Error installing package matplotli... Jean-Pierre Flori
- Re: [sage-devel] Re: Error installing package matpl... TB
- [sage-devel] Re: Error installing package matplotli... Jean-Pierre Flori
- [sage-devel] Re: Error installing package matplotli... Jean-Pierre Flori
- [sage-devel] Re: Error installing package matplotlib-1.2... Paul Mercat