Goodmorning
I was trying to create an alias so as to launch matlab easier.
I read this post :How to create a permanent "alias"? and I used the commands in this line
echo "alias "/home/user/matlab/bin/matlab='matlab'" >> ~/.bash_aliases && source ~/.bash_aliases
Then every time I tried to launch matlab I get the error get the error "Segmentation violation detected".
Plus, in the terminal I have the message
"bash: alias: « /home/vangel/matlab/bin/matlab » : nom d'alias non valable".
Could you help me find out what's happening? (I'm new to linux and I hope I described well my problem)