faboussard / 42_minishell

1 stars 0 forks source link

Binary not found in path #102

Closed tdameroseandrice closed 5 months ago

tdameroseandrice commented 5 months ago

image

>>>  Minishell>$ export PATH=$PATH:$PWD
>>>  Minishell>$ minishell 
minishell: command not found
>>>  Minishell>$ echo $PATH
melobern commented 5 months ago

Fixed :heavy_check_mark: