I have installed MacTex on my macbookpro and I use TeXstudio editor.
When I use the command Latex with this code :
Code: Select all
\documentclass{article}
\begin{document}
Hello everyone
\end{document}
Can you help me to understand this problem and how can I solve it ?Error: Could not start the command: /usr/texbin/latex -src -interaction=nonstopmode "essai".tex
Thank you very much.