Regarding project 6

Hi @vijayolivefloor ,
You can use the export command to add any directory to path.

nano ~/.bashrc
export PATH="<Path to any directory>:$PATH"

Then save the file by pressing Ctrl+X.

Then run source ~/.bashrc to bring the changes to the current shell session.

Also, kindly share the screenshot of the error if you are unable to resolve it.


it says permissionerror errno 13 permission denied

@vijayolivefloor in that case, type sudo before the command:
sudo nano ~/.bashrc


Still showing this error

Please help regarding this

Hi @vijayolivefloor,
Apologies for the delayed response. Please install Ubuntu 20.04. You may follow the instructions over here.