sudo: source: command not found问题解决方案
程序员文章站
2022-05-28 12:56:36
...
分析
source 命令用于执行被修改的配置文件,使最新配置更新到操作系统
通常有如下命令
source ~/.profile
source ~/.bash_profile
source /etc/profile
遇到sudo: source: command not found
问题,主要是因为系统中的很多命令需要声明式配置,才能在终端调用这些命令
解决方案(终端执行一下命令):
touch ~/.bash_profile
open ~/.bash_profile
在~/.bash_profile中配置系统常用命令
export PATH=/usr/bin:/usr/sbin:/bin:/sbin:/usr/X11R6/bin
推荐阅读
-
sudo service: command not found 报错的解决方法
-
-bash: mysqladmin: command not found问题解决
-
python 错误信息是:sudo :apt-get:command not found
-
Ubuntu18.04 ROS填坑之 roscore Command ‘roscore‘ not found, ..... : sudo apt install python-roslaunch
-
问题解决:chkconfig: command not found
-
ubuntu sudo pip command not found,pip update
-
ubuntu / xubuntu conda/pyenv need permission, but sudo conda :command not found
-
mac ls: command not found的问题与解决
-
linux 解决 " command not found: shopt "的 "~/.bashrc" 配置问题
-
最新brew安装nvm报nvm command not found解决方案