简体   繁体   中英

Installing lower version(1.4) of django on already installed Django 1.6

I initially installed Django 1.6.5 on my Pc,now when i was trying to install 1.4 then i came to know that

If you installed Django using pip or easy_install previously, installing with pip or easy_install again will automatically take care of the old version, so you don't need to do it yourself.

from here

but in mycase i am downgrading,and successfully downloaded the 1.4 using pip ,but it is still displaying the version 1.6 when i check.How to get rid of the 1.6 ?

您需要使用pip install Django==1.4==指定版本

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM