Untitled
#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
#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