![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2007
Beans: 9
|
Path to Django Installation
When one installs Django in Ubuntu using apt-get install python-django, where is the django bin directory? In other words, what is the location of Django on Ubuntu?
|
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2007
Beans: 9
|
Re: Path to Django Installation
I was actually trying to run django-admin.py by doing the following:
Code:
django-admin.py startproject mynewprj 1. Path to Django was not in the environment PATH 2. Django wasn't installed properly This is why I asked the previous question. I thought I needed to enter the path for Django in the PATH. But the solution was to remove .py and instead do Code:
django-admin startproject mynewproj |
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2007
Beans: 9
|
Re: Path to Django Installation
It has taken a long time but finally I found an answer. When Django is installed in Ubuntu using aptitude or apt-get, it is installed in /var/lib/python-support/python2.5/django
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|