/bin/sh: 1: tclsh: not found

Posted 柳鲲鹏

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了/bin/sh: 1: tclsh: not found相关的知识,希望对你有一定的参考价值。

  • 编译错误
cc  -g -O2 -o mksourceid /home/tsit/build/../sqlite/tool/mksourceid.c
tclsh /home/tsit/build/../sqlite/tool/mksqlite3h.tcl /home/tsit/build/../sqlite >sqlite3.h
/bin/sh: 1: tclsh: not found
Makefile:1069: recipe for target 'sqlite3.h' failed
make: *** [sqlite3.h] Error 127
  • 先搜索
apt search tcl

tk8.6/10.0 8.6.5-1kord amd64
  Tk toolkit for Tcl and X11 v8.6 - windowing shell

tk8.6-dev/10.0 8.6.5-1kord amd64
  Tk toolkit for Tcl and X11 v8.6 - development files
  • 安装
sudo apt-get install tcl8.6
sudo apt-get install tcl8.6-dev

以上是关于/bin/sh: 1: tclsh: not found的主要内容,如果未能解决你的问题,请参考以下文章

Ansible 失败并显示 /bin/sh: 1: /usr/bin/python: not found

Github 操作 - /bin/sh: 1: jest: not found

/bin/sh: 1: ctags: not found

Docker 镜像错误:“/bin/sh: 1: [python,: not found”

错误记录编译 Linux 内核报错 ( /bin/sh: 1: bison: not found )

GAE 错误 :- /bin/sh: 1: exec: gunicorn: not found