I try to install a program (Modelsim XE) with wine. Everything runs ok, except that the program requires to set the environment variable LM_LICENSE_FILE to point to a licence.dat file. I've edited the files /etc/profile and .bashrc and added at the end the line
It seems though that it is not recognized by the program. How can i set this?
Code:
LM_LICENSE_FILE=/home/myname/license.dat
Comment