2006年11月20日 星期一 12:20
syli,您好! 谢谢。学习了。 但是怎么永久地改变sys.path里面的顺序或内容呢? 在 2006-11-20 11:57:00 您写道: > 有PYTHONPATH的目的是方便别的python应用程序顺利的的找到python,他和sys.path没有什么关系。 > sys.path是python程序起来时python给你加的,一般包括当前目录,python目录,python lib目录,python site-packages目录等等。 > >----- Original Message ----- >From: "cry" <zyqmail在tom.com> >To: "python" <python-chinese在lists.python.cn> >Sent: Monday, November 20, 2006 11:12 AM >Subject: [python-chinese] how to change the order of sys.path > > >> python,您好! >> >> 请问如何永久地改变sys.path里面的顺序?我的机器是WINDOWS 2K,系统变量里没有PYTHONPATH。 >> 另,PYTHONPATH和sys.path是什么关系?如果有和PYTHONPATH,sys.path是包含了PYTHONPATH,还是被PYTHONPATH换掉,还是2者根本就没有关系? >> >> 谢谢。 >> >> 致 >> 礼! >> >> cry >> zyqmail在tom.com >> >> >> _______________________________________________ >> python-chinese >> Post: send python-chinese在lists.python.cn >> Subscribe: send subscribe to python-chinese-request在lists.python.cn >> Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn >> Detail Info: http://python.cn/mailman/listinfo/python-chinese >_______________________________________________ >python-chinese >Post: send python-chinese在lists.python.cn >Subscribe: send subscribe to python-chinese-request在lists.python.cn >Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn >Detail Info: http://python.cn/mailman/listinfo/python-chinese 致 礼! cry zyqmail在tom.com
2006年11月20日 星期一 12:31
建议不要动python的代码,你可以写一个自己的pathutils.py,然后封装一下sys.path,以后用的时候导入你自己的pathutils.py 代替sys.path ----- Original Message ----- From: "cry" <zyqmail在tom.com> To: <python-chinese在lists.python.cn> Sent: Monday, November 20, 2006 12:20 PM Subject: Re: [python-chinese] how to change the order of sys.path > syli,您好! > > 谢谢。学习了。 > 但是怎么永久地改变sys.path里面的顺序或内容呢? > > 在 2006-11-20 11:57:00 您写道: >> 有PYTHONPATH的目的是方便别的python应用程序顺利的的找到python,他和sys.path没有什么关系。 >> sys.path是python程序起来时python给你加的,一般包括当前目录,python目录,python lib目录,python site-packages目录等等。 >> >>----- Original Message ----- >>From: "cry" <zyqmail在tom.com> >>To: "python" <python-chinese在lists.python.cn> >>Sent: Monday, November 20, 2006 11:12 AM >>Subject: [python-chinese] how to change the order of sys.path >> >> >>> python,您好! >>> >>> 请问如何永久地改变sys.path里面的顺序?我的机器是WINDOWS 2K,系统变量里没有PYTHONPATH。 >>> 另,PYTHONPATH和sys.path是什么关系?如果有和PYTHONPATH,sys.path是包含了PYTHONPATH,还是被PYTHONPATH换掉,还是2者根本就没有关系? >>> >>> 谢谢。 >>> >>> 致 >>> 礼! >>> >>> cry >>> zyqmail在tom.com >>> >>> >>> _______________________________________________ >>> python-chinese >>> Post: send python-chinese在lists.python.cn >>> Subscribe: send subscribe to python-chinese-request在lists.python.cn >>> Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn >>> Detail Info: http://python.cn/mailman/listinfo/python-chinese >>_______________________________________________ >>python-chinese >>Post: send python-chinese在lists.python.cn >>Subscribe: send subscribe to python-chinese-request在lists.python.cn >>Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn >>Detail Info: http://python.cn/mailman/listinfo/python-chinese > > 致 > 礼! > > cry > zyqmail在tom.com > > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese
Zeuux © 2025
京ICP备05028076号