guile-user
[Top][All Lists]
Advanced

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

Re: Modules


From: Andy Wingo
Subject: Re: Modules
Date: Fri, 28 Jan 2011 17:26:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

On Wed 08 Dec 2010 12:45, Marek Kubica <address@hidden> writes:

> Is there a way to add the current directory to the search path? I think
> this should be default, just like in Python, otherwise creating modules
> is a really big hassle.

As Andreas mentions, -L is the thing.  We don't add the current
directory to the search path because it is a security issue, for the
same reason that "." is not in $PATH.

Andy
-- 
http://wingolog.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]