Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On Mac, you should add a shortcut to opensim-cmd and/or to opensense. You can do this by running the script provided:

  • Launch a terminal window and navigate to the "bin" folder that is contained in the folder where you installed OpenSim. For example, if you installed OpenSim in "Applications/OpenSim 4.1" you would type:
Code Block
cd /Applications/OpenSim\ 4.1/bin
  • Then, run the included set-up script by typing the following. You may be prompted to enter your password:
Code Block
./opensim-install-command-line.sf

From then on, you can refer to opensense and opensim-cmd from anywhere on your Mac.

To test if the OpenSim command line tools are now on your path, type in "opensim-cmd" at the command prompt from any directory. A set of instructions for using opensim-cmd should be printed to the Terminal window. You can test the opensense command line tools similarly.


Alternately, you can do the set-up manually by following the steps below:

  • Launch a terminal window and type "cd /usr/local/bin/".
  • Then type:

...