[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: /usr/local is loved by Debian Python people?



On Tue, 2009-03-02 at 09:06 -0500, Yaroslav Halchenko wrote:
> in Python's case, there is NO way to have it
> configured in the desired way -- ie not to have /usr/local components
> loaded
> automagically.  And that is the problem. 

You can do:
	#!python
	import sys
and edit sys.path

I am doing the equivalent thing in perl.

-- 
--gh



Reply to: