tokuhirom / plenv

Perl binary manager
Other
512 stars 70 forks source link

To support environments except bash/zsh( such as csh) #183

Open worthmine opened 5 months ago

worthmine commented 5 months ago

Plenv requires bash and its document supports not only bash also zsh, so those have less readability, I think.

According to the POD, it depends on bash, However actually, it may be caused by that "$(plenv init -)" outputs codes in bash for eval.

So the new to do for us is just fix documents like bellow:

bash -c 'eval "$(plenv init -)"'