You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you look at the implementation of plenv-usehttps://github.com/miyagawa/plenv-contrib/blob/master/bin/plenv-use all it does is to build up environment variables for a new shell using local::lib and plenv and to launch a new shell with it. There's no reason you can't do it on your own.
I've got a request of support of
plenv-contrib
in the Perl5 plugin for IntelliJ IDEA: Camelcade/Perl5-IDEA#2054However, it seems that there is only one way to use created library:
plenv use version@lib
And it's not possible to use it using something like
PLENV_LIBRARY
environment variable withplenv exec
orplenv exec-all --with version@lib ...
Would be nice to have one.
The text was updated successfully, but these errors were encountered: