Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Jan 21 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Jan 21

You don't need to make any directories. When you untar the file, it will create
a folder called pandodl in the folder where you downloaded the tarball. When
the instructions say "export PANDO_HOME=/PATH/TO/PANDODL_DIR" what they are
doing is creating a variable called PANDO_HOME, which is called later in the
script as $PANDO_HOME and you are supposed to replace the /PATH/TO/PANDODL_DIR
with the path to the pandodl directory.

For example, I downloaded the tarball to /home/david/Downloads and unpacked it
there, creating the directory /home/david/Downloads/pandodl, so the command
becomes (for me only!)

export PANDO_HOME=/home/david/Downloads/pandodl

If you have any spaces in the path (eg /home/david/Downloaded files/pandodl) you
must enclose the full path in quote marks.

Share: 

 

This Question has 21 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Pando software Or get search suggestion and latest updates.


Tagged: