Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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?