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 8 years ago

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

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered 8 years ago

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).

Preview: (hide)
link

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: 8 years ago

Seen: 563 times

Last updated: Jul 22 '16