-
-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable executing Willie from outside the source directory #153
Comments
This is a big part of issue #153, but I'd like now to see if we can figure out how to install it globally.
Still needs fixing:
|
Should use |
Actually, looking at it, I think it needs to be removed entirely. It uses |
Config util now works as arguments to the main script, so this issue can be closed. |
This is something that seems like a minor issue, since we're so used to running willie from its source directory. Nonetheless, as a video @elad661 showed me points out, this isn't something that should be the case for a full-fledged FOSS project. I don't imagine this will be terribly hard to do, but there are some questions about how it should be done.
The primary problem at the moment is that it assumes that modules will be in the
modules/
subdirectory of the current directory. Having modules available in themodules/
subdirectory of the source directory makes sense. I wonder, though, if we should enable a default per-user location for additional modules, say~/.willie/modules
, in case someone decides to install Willie system-wide for whatever reason.The text was updated successfully, but these errors were encountered: