Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21602 Discussions

How to Set environment valiable on LINUX plateform for Quartus

Altera_Forum
Honored Contributor II
1,370 Views

Dear Friends, 

 

I am trying to work on Linux RHEL-6 plate-form for Quartsu 9.1SP2. 

 

now i am trying to set environmental variable using following command 

 

export PATH=$PATH:/opt/altera9.1sp2/quartus/bin 

 

and then on command prompt i write "quartus" and quartus starts  

 

but if i close the command prompt and again reopen command prompt an write "quartus", it wont run...it seems my environmental variable not written. 

 

so how do i set my environmental variable permanently. 

 

 

regards 

 

kaushal
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
650 Views

Your shell will read commands from one (or more) files files everytime it starts. 

Its probably bash and almost certainly reads .bashrc from your home directory. 

 

To avoid major mishaps keep the window with the editor open until you've got it working!
0 Kudos
Altera_Forum
Honored Contributor II
650 Views

thanking you for your reply ... 

 

ok then i how do i run nios-eclipse ?, as it is not running the way i am running quartus
0 Kudos
Reply