About "' sqlite3 ' is not an internal or external command ..." problem

Source: Internet
Author: User

When you learn that Django performs manage.py Dbshell on a book, "' Sqlite3 ' is not an internal or external command, or a program or batch file that can be run. ”

This means that there is no "sqlite3" in the environment variable.

I'm using python2.7, Sqlite3 is self-contained, no wonder it is not found in environment variables, the solution is naturally reset in the environment variable.

1. First re-download the sqlite3. Http://www.sqlite.org/2014/sqlite-shell-osx-x86-3080600.zip

2. Unzip to a file.

3. Then set environment variables, my Computer properties advanced system settings Advanced environment variables new variable name: Sqlite3 variable Value: (The address extracted in step 2 + sqlite3.exe)

This should be no problem, but after I set up, re-execute manage.py dbshell a very strange syntax error, my project is saved in the Python do sub-file, I executed after the report, near do syntax error. Google for a long time also did not find the problem, reported the mentality of trying to change the python do-"Pythondo didn't think so." T T

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.