[mira_talk] Re: Please help me install and run Mira

  • From: Bastien Chevreux <bach@xxxxxxxxxxxx>
  • To: mira_talk@xxxxxxxxxxxxx
  • Date: Fri, 15 Apr 2011 23:27:32 +0200

On Friday 15 April 2011 15:19:36 John Nash wrote:
> Assuming you have sudo access. Type:
> 
> 1.  sudo mv mira_directory_containing_binaries    /usr/local/bin
> 2.  sudo emacs -nw /etc/profile
> 3.  add the line "export
> PATH=$PATH:/usr/local/bin/mira_directory_containing_binaries/bin" (w/o
> quotes) somewhere 4. hit Ctrl-x, Ctrl-c to save. Type yes
> 5. type "source /etc/profile"
> 6. invoke mira's progs.


And in case you do not have access to sudo rights ... a similar recipe is also 
valid for installation into your local home directory.

Assuming that 

  /home/jlighten/mira3.2.1.13/bin

is the directory with the MIRA binaries, do

1. cd ~
2. echo 'PATH=$PATH:/home/jlighten/mira3.2.1.13/bin' >>.profile
3. source .profile

B.

Other related posts: