原来 pythong 是个那啥啊,还以为作者敲错了,但还是出错了
[root@iZ28ujuc64uZ myblog]# pythong setup.py Would you like a bin
directory? [Y/n] y Would you like a tests directory? [Y/n] y Creating
structure for new Python project setup.py. Traceback (most recent call
last): File "/usr/local/bin/pythong", line 9, in <module>
load_entry_point('pythong==0.7.1', 'console_scripts', 'pythong')() File "/usr/local/lib/python2.7/site-packages/pythong/init.py",
line 32, in parse_command
prompt_new_project(args.name, args.snap) File "/usr/local/lib/python2.7/site-packages/pythong/project.py", line 69,
in prompt_new_project
raise e OSError: [Errno 20] Not a directory: '/root/myblog/setup.py/bin'