Skip to content
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

support customizing install directory with $DPATH #510

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 28, 2022

  1. support customizing install directory with $DPATH

    This introduces the $DPATH environment variable to override the user's home directory just for D tools.
    
    This is also intended to be used by DUB (dlang/dub#2281) when there is not the more explicit `$DUB_HOME` variable set on the system.
    
    This allows users who install their D compiler through the install.sh script to both have the compiler installations as well as the dub packages be stored elsewhere in the system than in their home folder.
    
    In case we have other tools that download their dependencies into the user's home directory, we should also make them support the same $DPATH environment variable.
    WebFreak001 committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    6ce1cc9 View commit details
    Browse the repository at this point in the history