pep-dortmund / homepage-toolbox

Website for the PeP et al. Toolbox Workshop at TU Dortmund
http://toolbox.pep-dortmund.org
3 stars 1 forks source link

consistent edits of the .bashrc #203

Closed LuckyJosh closed 2 years ago

LuckyJosh commented 2 years ago

prompted by an email to the mailing list:

In the anaconda section we use:

echo '. "$HOME/.local/anaconda3/etc/profile.d/conda.sh"' >> ~/.bashrc
echo 'conda activate' >> ~/.bashrc

in the LaTeX section we use

Öffnet die Datei ~/.bashrc und fügt folgende Zeile am Ende hinzu:

export PATH="$HOME/.local/texlive/2022/bin/x86_64-linux:$PATH"

I would argue to change the style of the latter to the style of the former:

Zum Abschluss der Installation muss noch folgender Befehl eingegeben werden.

 echo 'export PATH="$HOME/.local/texlive/2022/bin/x86_64-linux:$PATH"' >> ~/.bashrc