1
Using Code::Blocks / Re: Strange behavior in xterm
« Last post by perosoft on Today at 05:02:12 am »This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024) (preloaded format=latex)
restricted \write18 enabled.
which latex
/usr/local/texlive/2024/bin/x86_64-linux/latex
user .bashrc
cat .bashrc
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '
export PATH="/usr/local/texlive/2024/bin/x86_64-linux:$PATH"
restricted \write18 enabled.
which latex
/usr/local/texlive/2024/bin/x86_64-linux/latex
user .bashrc
cat .bashrc
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '
export PATH="/usr/local/texlive/2024/bin/x86_64-linux:$PATH"