Ask Your Question

Megha K.'s profile - activity

2018-10-20 21:42:43 +0200 received badge  Famous Question (source)
2017-02-22 22:29:41 +0200 received badge  Popular Question (source)
2017-02-22 22:29:41 +0200 received badge  Notable Question (source)
2013-02-14 23:45:51 +0200 commented answer how do I remove this sage installation problem

Thanks. I will do that.

2013-02-14 04:03:42 +0200 commented answer how do I remove this sage installation problem

"sudo ./sage --nodotsage" did not work. I still have 'permission denied' message. I also checked i-python permissions, according to what ppurka suggested. I get "-rw-r--r-- 1".

2013-02-12 23:15:13 +0200 asked a question how do I remove this sage installation problem

I have attempted to install sage on my ubuntu machine. Files are extracted properly and when I try to install by typing ./sage it first gives me hopes by saying:

"The Sage installation tree has moved from /home/meghak/Desktop/meghasage/sage-5.6-linux-32bit-ubuntu_12.04.1_lts-i686-Linux to /home/meghak/Desktop/meghasage/sage5.6 Updating various hardcoded paths... (Please wait at most a few minutes.) DO NOT INTERRUPT THIS.
Done updating paths."

but then it gives me a message "spkg/bin/sage: line 324:...local/bin/sage-ipython: Permission denied "

I looked into line 324 , it is indicated as ... in the following:

sage() { sage_setup sage-ipython "$@" -i }

Please help, it might be a trivial question but I am not getting it. Thanks in advance.