Ask Your Question
0

When installing SageMath in Ubuntu 16.04 64 bit, I get the following error message after entering sudo make install:

asked 2016-07-22 06:04:09 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

echo "Experimental use only!" Experimental use only! if [ "" = "" ]; then \ echo >&2 "Set the environment variable DESTDIR to the install path."; \ exit 1; \ fi Set the environment variable DESTDIR to the install path. Makefile:133: recipe for target 'install' failed make: * [install] Error 1

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-07-22 11:04:26 +0200

tmonteil gravatar image

Did you try to build Sage from source or did you use the ppa ?

Note that the install target is no longer supported. You should just run make instead. Note also that you should not run make as root (i.e. do not use sudo).

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2016-07-22 06:04:09 +0200

Seen: 494 times

Last updated: Jul 22 '16