Untitled

Anonymous
plain_text
12/26/2021 12:11 PM
268 B
21
Indexable
#prepends the new path to current session
export Path="/root/miniconda3/bin:$PATH"

#prepends the new path in shell configuration
cat >>  ~/.profile <<EOF 
export Path="/root/miniconda3/bin:$PATH"
EOF
Editor is loading...