-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
extend alr printenv
with Msys paths
#1758
Comments
Besides the incongruence, does this cause problems? I thought Msys understood both formats. |
Yes, it does create a problem. I cannot (easily) set my PATH including the alire crates. After running
Despite the switch
|
I see, thanks. |
I am not so sure anymore that it is a good idea. The environment variables of But we still have the bug that |
Yes, it's as you say, |
Describe the bug
Currently
alr printenv
does not support output in the Msys path convention, i.e. in the form like/e/alire/gprbuild_22.0.1_c842bbc5/bin:/e/alire/gnat_arm_elf_14.2.1_2c52e01a/bin:...
instead of the current forme:\alire\gprbuild_22.0.1_c842bbc5\bin;e:\alire\gnat_arm_elf_14.2.1_2c52e01a\bin;...
To Reproduce
run
alr printenv --unix
in a Msys2 environment (mingw/ucrt64)Expected Behavior
alr printenv --msys
should printalr
versionThe text was updated successfully, but these errors were encountered: