sqlite3:在 Windows 10 上找不到 Python 3 命令

s20*_*der 5 python sqlite python-3.x

我在 Windows 10 上安装了 Python 3.6.5。我看到 ...\Python\Python36\Lib 目录中有一个 sqlite3 文件夹。我将 Python PATH 添加到环境变量中。但是,我无法从 Powershell 或 Git Bash 运行命令“sqlite3”。它会说“找不到命令”。我做错了什么?

Ozz*_*lsh 5

Python 的 sqlite 库可能已安装。尝试:import sqlite3在 Python shell 中。

如果你想能够使用sqlite的CLI程序,你需要安装它。

在这里下载。显然使用Windows版本。