博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
no such file django-admin.py
阅读量:5766 次
发布时间:2019-06-18

本文共 386 字,大约阅读时间需要 1 分钟。

Environment:

  Ubuntu14.04+Python2.7.6+django1.5.4

Solution:

  Try link django-admin.py to /usr/local/bin?I got this:

ln: failed to create symbolic link ‘/usr/local/bin/django-admin.py’: File exists

  It has been done automatically, and Ubuntu knows interpreter .py with Python, So just do it like this:

django-admin.py startproject ***

 

转载于:https://www.cnblogs.com/gemmeg/p/4021755.html

你可能感兴趣的文章
Elastic技术栈Beats日志收集工具filebeat的安装
查看>>
Web应用程序安全与风险
查看>>
codeforces 796D Police Stations
查看>>
codeforces 984 A. Game
查看>>
.NET 反编译调试神器:dnSpy了解一下
查看>>
CSS居中
查看>>
linux的基本java环境搭建
查看>>
AE 打开各种格式文件
查看>>
CentOS下Mysql简易操作
查看>>
One Person Game(概率+数学)
查看>>
CodeForces 258B Little Elephant and Elections :于1-m中找出七个数,使六个数里面的4和7个数比第七个数严格小:数位dp+dfs...
查看>>
MAP
查看>>
手把手教你测——上网快鸟
查看>>
Android入门(十三)内容提供器
查看>>
hdu4956 Poor Hanamichi
查看>>
ssh各种错误集合
查看>>
PC-如何提高计算机的启动和关机的速度?
查看>>
按位操作符
查看>>
Windows cmd
查看>>
module_init和init_module的区别
查看>>