Hey,
I’m a new user of the atom editor. I really appreciate atom compared to other editors (notepad++, geany etc.)(love these highlightings _). So far I only used atom for programming PHP, JS, CSS, and HTML and had no needs to install packages. But now I’d like to use latex in atom. For this, I need to install latex-package with apm
manager from the commandline. The command sudo apm install latex
results with the error : sudo: apm: command not found
.
I installed atom by hand, downloading the .zip file on the related website of atom (for Debian 9). The path to atom is in the home directory of mine and also the apm-manager is located in this path (/home/myuser/Atom/usr/bin/apm
). I’m not really sure where to place apm, the previous location does not work. I appreciate any help!