摘要: ln -sf bash /bin/sh 查看一下我们的文件是否修改成功,成功的话是 bash 而不是 dash ls -l /bin/sh apt-get install bash-completion 重启wsl wsl --shutdown wsl 阅读全文
posted @ 2022-11-14 14:18 榴红八色鸫 阅读(34) 评论(0) 推荐(0)
摘要: sudo apt install gcc-11 g++-11 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 11 sudo update-alternatives --install /usr/bin/g++ 阅读全文
posted @ 2022-11-14 14:16 榴红八色鸫 阅读(95) 评论(0) 推荐(0)