python WebService//在Ubuntu安裝Django
¶python WebService//在Ubuntu安裝Django
原文連結: https://darkblack01.blogspot.com/2015/09/python-webserviceubuntudjango.html
移植時的最後更新日期: 2016-05-05T09:06:27.567+08:00
開開心心的Google了一本教學來看,結果不是很順利,研究了一下才知道…
在Ubuntu安裝Django,有幾件事要注意
- 安裝python3,不可以刪掉python2
- 建利虛擬環境的 python3 -m venv VENV 不會順利Work
- sudo apt-get update #更新Ubuntu的更新內容
- sudo apt-get install python3-pip #更新python package manager(python3版)
- sudo pip3 install django #從pip更新django(python3版)
- django-admin --version #查看目前django的版本(也可以看是不是有順利裝好)
發表於