-
Notifications
You must be signed in to change notification settings - Fork 1
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
runtimes should not live in $DOTFILES directory #5
Comments
Probably the should be in Can set https://www.vagrantup.com/docs/other/environmental-variables.html |
This is a fairly large change that combines three things: * adding a Dotfiles Step to link Libs, similar to linking Configs * refactoring Python init/source to put VEnvs under ~/lib/python * Moving the vagrant library files from link/.vagrant.d to lib/vagrant I couldn't see a way to cleanly separate all three because they relate. There's a new global environment variable, LIB which points to the library directory ~/lib and is used by the dotfiles Libs step, as well as by the Python functions. Issue #5
Commit c70c716 resolves. Further libraries must use the new |
renamed |
In particular:
~/vms/boxes
in my directory structure~/lib
-- ie.e~/lib/rbenv
Take a look at how the stuff from
vendor
isinit
ialised...The text was updated successfully, but these errors were encountered: