Re: Lua Distributions and Package Management
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua Distributions and Package Management
- From: steve donovan <steve.j.donovan@...>
- Date: 2013年9月27日 13:31:50 +0200
On Fri, Sep 27, 2013 at 12:02 PM, Peter Drahoš <drahosp@gmail.com> wrote:
> In my experience on Windows the separate dirs approach solves almost all problems.
Also, directory symlinks ('junctions') work very well on Windows, so
changing a symlink on the path can be used to switch between
interpreters easily. Since on Windows the module paths are relative to
the executable, this is effectively switching to a another set of
modules as well.
steve d.