Ask Your Question

naveen's profile - activity

2022-08-28 21:47:46 +0200 received badge  Notable Question (source)
2018-07-17 12:27:46 +0200 received badge  Popular Question (source)
2018-05-29 14:33:09 +0200 received badge  Notable Question (source)
2016-08-12 20:54:29 +0200 received badge  Taxonomist
2016-05-10 00:05:09 +0200 received badge  Popular Question (source)
2016-02-06 22:03:58 +0200 received badge  Famous Question (source)
2016-01-01 02:07:40 +0200 received badge  Popular Question (source)
2016-01-01 02:07:40 +0200 received badge  Notable Question (source)
2015-06-22 18:15:04 +0200 asked a question sage manifold installation

I have trouble with sage manifold. Please help to fix this problem.

When I type

Manifold(2, 'M')

it shows

NameError                                 Traceback (most recent call last)
<ipython-input-1-9ad1037f0edd> in <module>()

----> 1 Manifold(Integer(2), 'M')

NameError: name 'Manifold' is not defined

I installed sage manifold using

sudo bash sm-install.sh

I installed sage using the following commands:

sudo apt-add-repository -y ppa:aims/sagemath
sudo apt-get update
sudo apt-get install sagemath-upstream-binary
2015-06-18 11:22:59 +0200 commented answer how do I uninstall sage in Ubuntu 14.04?

Yes I used PPA. Now what is the procedure to remove it properly and install again?

2015-06-17 15:58:56 +0200 commented answer how do I uninstall sage in Ubuntu 14.04?

Thank you for your answer. Now sage cannot be accessed in terminal. But the directory is still there. Can I remove that too. Because it shows error when I tried to install sage later. I want to install it properly along with sage manifold.

2015-06-17 10:58:17 +0200 asked a question how do I uninstall sage in Ubuntu 14.04?

I installed sage on Ubuntu 14.04. how do i uninstall/remove it completely?

2015-06-17 10:40:10 +0200 commented answer manifold not defined

SageMath Version 6.7, Release Date: 2015-05-17

Type "notebook()" for the browser-based notebook interface.

Type "help()" for help.

sage:

2015-06-16 19:07:57 +0200 commented answer manifold not defined

Thank you for your answer. It shows

sys:1: RuntimeWarning: not adding '/usr/lib/sagemath/src/doc/common' to sys.path since its status cannot be determined

python: can't open file '/usr/lib/sagemath/src/doc/common/builder.py': [Errno 2] No such file or directory

sys:1: RuntimeWarning: not adding '/usr/lib/sagemath/src/doc/common' to sys.path since its status cannot be determined

python: can't open file '/usr/lib/sagemath/src/doc/common/builder.py': [Errno 2] No such file or directory

2015-06-16 18:27:56 +0200 asked a question manifold not defined

I installed sage manifold using the command

sudo bash sm-install.sh

And python using the commands

sudo add-apt-repository ppa:fkrull/deadsnakes

sudo apt-get update

sudo apt-get install python2.7

Then checked using

Manifold(2, 'M')

But it shows

name 'Manifold' is not defined

What is the problem?