Message-ID: <898876204.8237.1711635341696.JavaMail.confluence@host3.pipelinefx.com> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8236_1649093998.1711635341696" ------=_Part_8236_1649093998.1711635341696 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html My Maya job won't launch

My Maya job won't launch

Looks like your account isn't set up to include the maya bin dir= ectory in the PATH environment. Make sure you set up the MAYA_LOCATION as w= ell.

If your shell is /bin/bash put the following in your $HOME/.profile:

export QBDIR=3D/Applications/pfx/qube
export ALIAS_LOCATION=3D/Ap= plications/Alias
export MAYA_LOCATION=3D$ALIAS_LOCATION/maya7.0/Maya.a= pp/Contents
export PATH=3D$QBDIR/bin:$QBDIR/sbin:$MAYA_LOCATION/bin:$P= ATH

On csh/tcsh, the following into your $HOME/.cshrc or $HOME/.tcshrc:

setenv QBDIR /Applications/pfx/qube
setenv ALIAS_LOCATION /Applic= ations/Alias
setenv MAYA_LOCATION $ALIAS_LOCATION/maya7.0/Maya.app/Con= tents
setenv PATH $QBDIR/bin:$QBDIR/sbin:$MAYA_LOCATION/bin:$PATH
------=_Part_8236_1649093998.1711635341696--