Message 1 of 3
MAYA_APP_DIR
Not applicable
12-09-2017
07:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have strange issue with how the MAYA_APP_DIR is setup in linux . I have both centos 7.2 and ubuntu 16.04 and I installed maya 2018 Student Version and they are running without any flaws .I used the Maya installer in centos .For ubuntu I convered package to .deb and installed . Only issue is in Centos somehow the MAYA_APP_DIR is getting set differently than in Ubuntu not sure why ?.can anybody point out what is different .,or what I may be missing here
In Mel Script window if I run the following:
Ubuntu :
getenv MAYA_APP_DIR;
// Result: /home/arnabiitr/maya //
Centos:
getenv MAYA_APP_DIR;
// Result: /root/maya //
