[Bug] File Not Found Error

This is an error report.


Screenshot of the error


Error details

The instructions say to source the workspace after compiling it. When I copy the code from the notebook and enter it into the Linux shell I get a file not found error when clearly the file is in the directory.

Hello, have you done like this?
image

Some code are not meant to be pasted in the shell; they should be pasted in a file in the IDE. I see you have pasted some “wrong” text into the shell (#!/usr/bin/env, which should go into a file).

Which exercise are you trying to solve?

Shell = the black terminal
IDE = Integrated Development Environment, also known as Code Editor

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.