Untitled
unknown
plain_text
3 years ago
200 B
7
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...