add paths to TeX Live
cat << 'EOT' >> ~/.bash_profile
# TeX Live
export PATH="$HOME/usr/local/opt/texl... # read them into the current session
. ~/.bash_profile
</code>
For other users,
<code bash>
# create th... add paths to TeX Live
cat << 'EOT' >> ~/.bash_profile
# TeX Live
export PATH="$HOME/usr/local/opt/texl... # read them into the current session
. ~/.bash_profile
</code>
===== Per-user installation =====
The i
======
<code bash>
# set a variable to know if a file is the first one
# because we don't want to skip the head line from the first file
first=1
# for each of *.csv file names, assign it to i
for i in *.csv; do
# if you repeat this script... we don't want to merge
# the previously merged file again
if [ "$i" = "merged.csv" ]; then
# sk
<code batch>
rem install micromamba
mkdir %USERPROFILE%\local\bin
curl -L https://github.com/mamba-org/m... /latest/download/micromamba-win-64.exe -o %USERPROFILE%\local\bin\micromamba.exe
rem if %USERPROFILE%\local\bin is not in PATH
set PATH=%USERPROFILE%\local\bin;%PATH%
setx PATH %PATH%
rem set the root pr
l/share/pkgconfig:$PKG_CONFIG_PATH"' > ~/.bash_profile
. ~/.bash_profile
fi
echo 'export LD_LIBRARY_PATH="$HOME/usr/local/src/grass/dist.x86_64-pc-linux-gnu/lib:$LD_LIBRARY_PATH"' > ~/.bash_profile
. ~/.bash_profile
# create postgres group and user, which are required by postgresql
groupadd -g 209 p