+3 votes
in Operating Systems by (56.5k points)
I have an exe file and want to add it to PATH variable in Ubuntu. I don't want to modify .profile variable as I need this exe file only for a few days. How can I add?

1 Answer

+1 vote
by (71.8k points)
selected by
 
Best answer

Open Ubuntu terminal and type the following:

PATH=$PATH:/folder/where/exe/is/present

Replace folder/where/exe/is/present with the actual folder path on your machine. 

Related questions


...