windows: pathman remove doesn't work for USERPROFILE #7

Open
opened 12 months ago by coolaj86 · 0 comments
Owner

It seems to correctly add via '%USERPROFILE%', but not remove

pathman list
    %USERPROFILE%/bin
    C:\Users\me/.local/bin
pathman remove '%USERPROFILE%/bin'
pathman remove 'C:\Users\me/.local/bin'
pathman list
    %USERPROFILE%/bin
It seems to correctly add via '%USERPROFILE%', but not remove ```sh pathman list ``` ```text %USERPROFILE%/bin C:\Users\me/.local/bin ``` ```sh pathman remove '%USERPROFILE%/bin' pathman remove 'C:\Users\me/.local/bin' ``` ```sh pathman list ``` ```text %USERPROFILE%/bin ```
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.