I have two python versions 2.6 and 3.0. I want to install django1.3 in python3.0’s site-package directory and my default python setting is on 2.6. I also added path /usr/local/bin/python3.0 and /usr/local/bin/python3.0 into .bashrc file.
Please help me.
I have two python versions 2.6 and 3.0. I want to install django1.3 in
Share
Django is not compatible with Python 3. You must install it in the 2.X branch.
However, what you want to achive will be easier done using virtualenv: