django1.10安装
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了django1.10安装相关的知识,希望对你有一定的参考价值。
在Ubuntu14上
1,先装pip
2,装ipython
3,装django
由于pip安装django报错,故源码安装
可能是 apt-get install python-django
https://www.djangoproject.com/download/
下载:django1.10
https://github.com/django/django/archive/master.tar.gz
问题:
[email protected]:~/d/mysite$ ./manage.py dbshell CommandError: You
appear not to have the ‘sqlite3‘ program installed or on your path.
解决:
sudo apt-get install sqlite3
本文出自 “LannyMa” 博客,请务必保留此出处http://lannyma.blog.51cto.com/4544390/1749481
以上是关于django1.10安装的主要内容,如果未能解决你的问题,请参考以下文章
Centos 6.6 安装python3.6及Django1.10.5
windows10搭建django1.10.3+Apache2.4
centos7 + Apache2.4 + python3.5 +mod_wsgi4.5.15 + Django1.10安装指导