General mailing list for discussions and development of PeerLibrary and related software.

List archive Help


Re: [PeerLibrary dev] meteor-pdf.js Error


Chronological Thread 
  • From: Mitar < >
  • To: ,
  • Subject: Re: [PeerLibrary dev] meteor-pdf.js Error
  • Date: Fri, 16 May 2014 18:47:34 -0400

Hi!

PATH environment variable of list of directories with : in between.

> tiantongs-mbp:peerlibrary TiantongQ$ cat $PATH
> cat:
> /Users/TiantongQ/.meteor/tools/latest/bin:/Users/TiantongQ/.meteor/tools/
> latest/bin:/Users/TiantongQ/.meteor/tools/latest/bin:/usr/bin:/bin:/usr/sbin:/
> sbin:/usr/local/bin:/opt/X11/bin: No such file or directory

You probably want "echo" here, not "cat".

> tiantongs-mbp:peerlibrary TiantongQ$ cat ~/.bash_profile
> export PATH=~/.meteor/tools/latest/bin:$PATH
> export PATH=~/.meteor/tools/latest/bin:$PATH
> export PATH=~/.meteor/tools/latest/bin:$PATH

This looks OK, if Meteor is installed into ~/.meteor/tools/latest/bin.


Mitar

--
http://mitar.tnode.com/
https://twitter.com/mitar_m



Archive powered by MHonArc 2.6.18.

Top of page