开发者

how to copy python modules into python lib directory

I have some python modules to copy into my Linux computer. I found out that I need to copy them into one of the开发者_JAVA百科 directory that python searches or else show a new path for it. 1. when I tried to copy files into /usr/bin/..../python2.6 .. its not allowing me. how do I make it. 2. Also do tell me how do I add a new search path ?

please guide me in detail. I have very less knowledge in linux

Also please tell me how do I get over this kind of problems myself. Is there any small book or a kind of to learn?


Make it a proper Python package on top of setuptools and register your command-line frontends using the 'console_scripts' entry-point.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜