Versions Compared

Key

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

Command Line Set-Up Instructions 

...

  • Launch a Terminal window. You can find the Terminal under Applications → Utilities.
  • Type nano .bash_profile in the command prompt. This will launch a text editor where you can edit the file.
  • Add OpenSim's bin folder to your PATH environment variable. Most users can use a command like the following: 

export PATH="/Applications/OpenSim 4.1/bin:$PATH"

  • Save the file using ctrl+o, then close nano using ctrl+x. 
  • Close and relaunch your Terminal window.

...

Code Block
sudo ln -s /Applications/OpenSim\ 4.1/bin/opensense opensenseopensim-cmd opensim-cmd
sudo ln -s /Applications/OpenSim\ 4.1/bin/opensense opensense

...