How to integrate Django and Cygwin?

后端 未结 9 1292
野趣味
野趣味 2021-02-14 11:35

I have a Windows box with cygwin, python and django installed.

Now I want to run django-admin, but when I do I get the error:

$ django-admin.py
c:\\Pytho         


        
9条回答
  •  北荒
    北荒 (楼主)
    2021-02-14 12:40

    From here

    For Windows users, who do not have symlinking functionality available, you can copy django-admin.py to a location on your existing path or edit the PATH settings (under Settings - Control Panel - System - Advanced - Environment...) to point to its installed location.

    hope this helps

提交回复
热议问题