Command '“export' not found


#1

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


#2

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


#3

Thank you jax. I will try it.