Installation problem: What does"Add this path and evaluate require" mean?

Posted by PENG TENG on Ask Ubuntu See other posts from Ask Ubuntu or by PENG TENG
Published on 2012-11-14T12:32:42Z Indexed on 2012/11/15 5:09 UTC
Read the original article Hit count: 513

Filed under:

I'm installing a software from github:OPEN-VRP

It is said that :

~$ git clone git://github.com/mck-/Open-VRP.git
Add this path and evaluate require:

(push "/path/to/Open-VRP/" asdf:*central-registry*)
(require 'open-vrp)
(in-package 'open-vrp)

What does "Add this path and evaluate require:" mean?

I have followed the instruction and the termianl said

peng@peng-ThinkPad-SL410:~/??/VRP$ push "/home/peng/??/VRP/Open-VRP" asdf:*central-registry*
push: getaddrinfo(/home/peng/??/VRP/Open-VRP): Name or service not known

© Ask Ubuntu or respective owner

Related posts about installation