Sunday, April 28, 2024
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 9152  / 2 Years ago, tue, october 18, 2022, 2:48:52

Help to install Django. When I extract the file the contents have been just dumped all over my Home folder and when I try to either import django or sudo install it I get errors.


More From » software-installation

 Answers
4

Unless you need some cutting-edge newest version of Django, I would recommend installing it from Ubuntu's software repositories instead. From a terminal you can do this by typing



sudo apt-get install python-django


The most popular free open source software needed is available in Ubuntu's software repositories so that you won't have to do installations manually.



If you want to list all the subpackages of django that are available, you may use the command



apt-cache search django python


If you prefer not to use the terminal for installation, you can open up Ubuntu Software Centre and search for the packages there. You might have to check "Show technical items" in the bottom left corner for some packages.


[#32169] Wednesday, October 19, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
deringach

Total Points: 412
Total Questions: 107
Total Answers: 101

Location: Palestine
Member since Tue, Jul 20, 2021
3 Years ago
;