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

add env command, to output environment to stdout for use by shell #224

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

Conversation

djerius
Copy link

@djerius djerius commented Apr 11, 2017

At times it's useful to set up a shell with the carton local environment.

carton exec bash doesn't always work because it requires that the bash startup files pay attention to the existing environment. This commit adds an env command which outputs shell commands to set the PERL and PERL5LIB environment variables. It's used thusly:

eval $(carton env)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant