You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I leave this message it's maybe the same error as in ubuntu in another issue.
The first thing is that :
tput: unknown terminfo capability 'cd'
My system doesn't know the command open so i can not make the project, i cannot compile some unit test too...
includes/display/display_menu.sh: line 96: open: command not found
I do not understand why it is crashing cause there is no command open in this line... maybe it's hidden then i don't have the level to correct this : HELP !
The text was updated successfully, but these errors were encountered:
and open is a command that you won't find on ArchLinux because it is supposed to open the requested file on an external editor on a desktop UI. So that's why you won't have this on Arch. But if you just want to see the file, just go in the root folder of 42fc and find the .XXX file corresponding to the test and cat it
I leave this message it's maybe the same error as in ubuntu in another issue.
The first thing is that :
tput: unknown terminfo capability 'cd'
My system doesn't know the command open so i can not make the project, i cannot compile some unit test too...
includes/display/display_menu.sh: line 96: open: command not found
I do not understand why it is crashing cause there is no command open in this line... maybe it's hidden then i don't have the level to correct this : HELP !
The text was updated successfully, but these errors were encountered: