Altera_Forum
Honored Contributor
9 years agoMultiple Quartus releases on Linux - How to choose from command line
I have a Linux (CentOS 6.8) server with multiple users (connected through ThinLink) and multiple Quartus versions installed.
I have created a file in /etc/profile.d/ that adds the install path for the various Quartus versions to all users. http://www.alteraforum.com/forum/attachment.php?attachmentid=13180&stc=1 http://www.alteraforum.com/forum/attachment.php?attachmentid=13181&stc=1 The challenge is that when starting Quartus from command line, it is the last added path in the .sh file that is executed. In the above example Quartus Prime Standard is started. (In this case I could of course differentiate by typing either quartus or qpro, but that is not the point here...) Is there a way of selecting which Quartus version to start from what is present in the $PATH variable? Is there a smarter way of doing this than using profile.d?