X

Select Your Country

Turkey (Türkçe)Turkey (Türkçe) Worldwide (English)Worldwide (English)
X

Select Your Currency

Türk Lirası $ US Dollar

Completely Removing Ubuntu Centos Linux Django from the System

Completely Removing Ubuntu Centos Linux Django from the System
HomepageKnowledge BaseServer/VPS/VDSCompletely Removing Ubuntu Centos L...
Completely Removing Ubuntu Centos Linux Django from the System

You can use the following commands to completely remove Django from the system.

pip uninstall Django


You can manually delete any remaining files/folders using the code below.

python3 -c "import sys; sys.path = sys.path[1:]; import django; print(django.__path__)"
sudo rm -r djangoway

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(467 times viewed. / 0 people found helpful.)