Closed jizots closed 1 year ago
when PATH not found
this is because when using unset PATH PATH is removed from the list so when you do get_env("PATH", NULL); is return NULL
unset PATH
get_env("PATH", NULL);
when PATH not found