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

Open
opened 2023-05-08 23:59:27 +00:00 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
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: root/pathman#7
No description provided.