Skip to content

adds environment variables CONSCRIPT_HOME and CONSCRIPT_BIN#86

Closed
eed3si9n wants to merge 4 commits intofoundweekends:masterfrom
eed3si9n:wip/prompt
Closed

adds environment variables CONSCRIPT_HOME and CONSCRIPT_BIN#86
eed3si9n wants to merge 4 commits intofoundweekends:masterfrom
eed3si9n:wip/prompt

Conversation

@eed3si9n
Copy link
Copy Markdown
Member

CONSCRIPT_HOME changes

Starting 0.5.0, scripts are created under $CONSCRIPT_HOME/bin instead of $HOME/bin. Please adjust your PATH accordingly.

You can now use the environment variable CONSCRIPT_HOME to control where conscript downloads things (default: $HOME/.conscript).
The directory where the scripts will be created can also be controlled via CONSCRIPT_BIN envonment variable. As noted above, the default value is $CONSCRIPT_HOME/bin.

export CONSCRIPT_HOME="$HOME/.conscript"
export CONSCRIPT_OPTS="-XX:MaxPermSize=512M -Dfile.encoding=UTF-8"
export PATH=$CONSCRIPT_HOME/bin:$PATH

@eed3si9n
Copy link
Copy Markdown
Member Author

Squash merged in 21724b0

@eed3si9n eed3si9n closed this Apr 10, 2016
@eed3si9n eed3si9n deleted the wip/prompt branch April 10, 2016 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant