use crateshell;
use Result;
use Parser;
/// Print and set up required environment variables for pvm
///
/// This command generates a series of shell commands that
/// should be evaluated by your shell to create a pvm-ready environment.
///
/// Evaluating pvm on Bash and Zsh looks like `eval "$(pvm env)"`.
/// In Fish, evaluating looks like `pvm env | source`.