<div dir="ltr">Hi Shashi,<br>I installed ureka in /usr and there is a .profile file in my home, but there is nothing in ~/.ureka<br><br><pre style="white-space:pre-wrap;padding:0.5em;overflow:auto;border:thin solid black;background-color:rgb(204,204,204)">[gg@localhost local]$ pwd<br>/home/gg<br>[gg@localhost ~]$ cat .profile<br><br>ur_setup() {<br>    eval `/home/gg/.ureka/ur_setup -sh $*`<br>}<br>ur_forget() {<br>    eval `/home/gg/.ureka/ur_forget -sh $*`<br>}<br>[gg@localhost ~]$ source  .profile<br>[gg@localhost ~]$ ur_setup<br>bash: /home/gg/.ureka/ur_setup: No such file or directory<br>[gg@localhost .ureka]$ ls /home/gg/.ureka/<br></pre>hang<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 8, 2014 at 10:29 PM, Shashikiran Ganesh <span dir="ltr"><<a href="mailto:shashi@prl.res.in" target="_blank">shashi@prl.res.in</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Dec 9, 2014 at 9:36 AM, gonghang.naoc <<a href="mailto:ghang.naoc@gmail.com">ghang.naoc@gmail.com</a>> wrote:<br>
<br>
> Enter an installation name:<br>
> ureka<br>
><br>
</span><span class="">> I log in a new terminal, and<br>
><br>
> [gg@localhost local]$ ur_setup<br>
> bash: /home/gg/.ureka/ur_setup: No such file or directory<br>
><br>
> You never got  similar result before?<br>
<br>
</span>On ubuntu, the install script updates your .profile (and not .bashrc)<br>
So try the following command first:<br>
<br>
source .profile<br>
<br>
before calling<br>
ur_setup<br>
<br>
Normally the .profile and/or .bashrc should be automatically called<br>
when the terminal is first started (fresh login after finishing<br>
installation), but the script would not be read again if it is changed<br>
unless you give the 'source' command to re-read..<br>
<br>
HTH,<br>
Shashi<br>
<br>
--<br>
Shashikiran Ganesh, PhD<br>
Astronomy & Astrophysics Division<br>
Physical Research Laboratory<br>
Navarangpura<br>
Ahmedabad<br>
India<br>
<a href="http://www.prl.res.in/~shashi" target="_blank">http://www.prl.res.in/~shashi</a><br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
AstroPy mailing list<br>
<a href="mailto:AstroPy@scipy.org">AstroPy@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/astropy" target="_blank">http://mail.scipy.org/mailman/listinfo/astropy</a><br>
</div></div></blockquote></div><br></div>