When I write in .bashrc:
export PATH=\$PATH:\/usr/local/qc/OPENMPI_3_1_4/bin/
after a reboot, I get this error with any command line:
david@doc1:~> less
If 'less' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf less
It only work with the complete path:
/usr/bin/less
How can I solve this problem?
export PATH=$PATH:/usr/local/qc/OPENMPI_3_1_4/bin/
– John1024 Jun 30 '20 at 23:30