Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Django-admin.exe
#1
Hi guys,

I am using Win10 OS. I installed Django framework using cmd. After installation completed, I got the "Django-admin" in the folder python\Scripts, which is expected. If I want to create Django project, I can use this "Django-admin.exe" from the cmd.

But I am a bit confused why "Django-admin" will appear in the python3.0\Scripts folder automatically once I finished installing Django framework? Is "Django-admin" a tool like "pip" or something?

Thanks in advance!

BR,
Henry

After researching, I think when I install Django framework, I installed it on my local folder, but not in the virtual environment, that's why the Django-amin appear there...
Reply
#2
Where else would it go? The Python/Scripts folder is on your Path, so that's why things installed via pip end up there... so you can use them.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [split] Could you please clarify where i did mistake also how run without admin right Abubakkar 1 1,753 Jun-14-2021, 09:32 AM
Last Post: Larz60+
  Building a .msi with Admin permissions originalang 0 2,523 May-14-2018, 02:50 AM
Last Post: originalang

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020