Command '“export' not found

Hi,

When running:
sudo echo “export courseRoot=/home/$USER/courseRoot” >> ~bashrc
source .bashrc

I have the issue: Command ‘“export’ not found

I’m new to Linux
Please help. Thank you

Try using straight double quote marks instead of curly quote marks.

1 Like

Thank you jax. I will try it.