MathHubInfo / Legacy-localmh

DEPRECATED - A cross-repository administration tool for the local authoring in MathHub.info
1 stars 0 forks source link

locating executable fails #216

Closed cmaeder closed 9 years ago

cmaeder commented 9 years ago

I tried to install lmh outside docker by looking into https://github.com/KWARC/localmh_docker/blob/master/Dockerfile. Although I've pdflatex installed in /usr/bin I get:

$ lmh setup --no-firstrun --install all
Unable to locate latex executable 'pdflatex'. 
Please make sure it is in the $PATH environment variable. 
It is recommened to use TeXLive 2013 or later. 
On Ubtuntu 13.10 or later you can install this with: 
    sudo apt-get install texlive
For older Ubtuntu versions please see: 
    http://askubuntu.com/a/163683
Dependency check failed. 
Cannot perform specefied action. 
Use --no-check to skip checking dependencies.
cmaeder commented 9 years ago

It worked with "sudo" in front and option --no-check

cmaeder commented 9 years ago

obsolete