abhisehk@Abhishek:~$ sudo echo “export courseRoot=/home/$USER/courseRoot” >> ~/.bashrc
abhisehk@Abhishek:~$ source .bashrc
Command '“export' not found, did you mean:
command 'mexport' from deb mblaze
I am getting this output
abhisehk@Abhishek:~$ sudo echo “export courseRoot=/home/$USER/courseRoot” >> ~/.bashrc
abhisehk@Abhishek:~$ source .bashrc
Command '“export' not found, did you mean:
command 'mexport' from deb mblaze
I am getting this output
Make sure you don’t use curly quote marks. Python doesn’t like them. Use straight ones.