解决:omz_urlencode:2: command not found: pygmentize
程序员文章站
2022-05-09 20:54:26
...
1:在终端中安装,执行命令:
pip install --user Pygments
安装成功后终端会打印出其bin目录位置,如下:
2:安装成功后,执行命令,把上图中的bin路径配置进去,如下图:
vim ~/.bash_profile
3:执行命令:
source ~/.bash_profile
4:把.bash_profile配置到.zshrc 文件中,如下图
5:最后执行如下命令即可
source ~/.zshrc
上一篇: php程序员容易犯的10种错误
下一篇: 参数传递及画板小结
推荐阅读
-
bash scp command not found的解决方法
-
解决 bash: vue command not found
-
sudo service: command not found 报错的解决方法
-
-bash: mysqladmin: command not found问题解决
-
覆盖原先的PATH导致命令失效提示command not found的解决方法
-
centos7: ifconfig出现command not found解决办法
-
svn 没有killall命令的解决方法 -bash: killall: command not found
-
编译U-Boot时command not found的解决方法
-
bash scp command not found的解决方法
-
安装pip install mysqlclient 解决mysql_config:command not found