4. Controlling Location for RTI Workspace and Copying of Examples
By default, the rti_workspace
directory is created here:
/home/<your user name>/rti_workspace
/Users/<your user name>/rti_workspace
<your Windows documents folder>\rti_workspace
Here’s how to specify a different location for rti_workspace
and/or
disable copying the examples into the workspace.
To configure the behavior for all users, edit
<NDDSHOME>/resource/scripts/rticommon_config.sh
.To configure the behavior for the current user (takes precedence), create
$HOME/.rti/rticommon_config.sh
as follows:# Customize RTI Workspace Directory and Copy Behavior ##################################################### # copy_examples=false # workspace_dir=$HOME/rti_workspace
Uncomment the line(s) that you want to use (remove the
#
).
To configure the behavior for all users, edit
<NDDSHOME>/resource/scripts/rticommon_config.sh
.To configure the behavior for the current user (takes precedence), create
$HOME/.rti/rticommon_config.sh
as follows:# Customize RTI Workspace Directory and Copy Behavior ##################################################### # copy_examples=false # workspace_dir=$HOME/rti_workspace
Uncomment the line(s) that you want to use (remove the
#
).
To configure the behavior for all users, edit
<NDDSHOME>\resource\scripts\rticommon_config.bat
.To configure the behavior for the current user (takes precedence), create
<your home directory>\rti\rticommon_config.bat
as follows:@REM Customize RTI Workspace Directory and Copy Behavior @REM ################################################### @REM set copyExamples=false @REM set "workspaceDir=C:\Users\%USERNAME%\Documents\rti_workspace"
Uncomment the line(s) that you want to use ( delete
@REM
at the start of the line).