From: Dustin M. <dus...@gm...> - 2017-09-29 16:22:39
|
Hi Haixin, ipytom and pytom are actually just CSH scripts to setup your environment and then start (i)pytom. If you use bash or another shell, then perhaps csh is not setup on your computer and the PATH environment variable does not include /usr/bin which is where cat lives. HTH, Dustin Morado John Briggs Group MRC LMB ___ Cheers, Dustin M. On Fri, Sep 29, 2017 at 4:24 PM, Haixin Sui <su...@ho...> wrote: > Hi > > I reinstalled pytom. When I start ipytom, the following message showed up > "cat: Command not found". Is it an error? What does this error indicate? > > --------------------- > /usr/local/pytom/pytomc$ ipytom > cat: Command not found. > Python 2.7.13 | packaged by conda-forge | (default, May 2 2017, 12:48:11) > Type "copyright", "credits" or "license" for more information. > > IPython 5.4.1 -- An enhanced Interactive Python. > ? -> Introduction and overview of IPython's features. > %quickref -> Quick reference. > help -> Python's own help system. > object? -> Details about 'object', use 'object??' for extra details. > -------------------- > > > Haixin > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Pytom-mail mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pytom-mail > > |