<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Running multiple copies of Maya at once on OSX in Maya Forum</title>
    <link>https://forums.autodesk.com/t5/maya-forum/running-multiple-copies-of-maya-at-once-on-osx/m-p/7287832#M51897</link>
    <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;did my solution help at all?&lt;/P&gt;</description>
    <pubDate>Wed, 09 Aug 2017 15:48:20 GMT</pubDate>
    <dc:creator>sean.heasley</dc:creator>
    <dc:date>2017-08-09T15:48:20Z</dc:date>
    <item>
      <title>Running multiple copies of Maya at once on OSX</title>
      <link>https://forums.autodesk.com/t5/maya-forum/running-multiple-copies-of-maya-at-once-on-osx/m-p/7277312#M51893</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wondering if anyone has experience keeping multiple copies of Maya open at once on Mac OSX.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've read that this can be implemented using the command line interface; tried it but had no luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I should add that I'm using a Mac in production studio where I'm not the admin so I'm running Maya on secondary user account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd be hugely grateful for any help on the matter!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;NF&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 15:43:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/running-multiple-copies-of-maya-at-once-on-osx/m-p/7277312#M51893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-04T15:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple copies of Maya at once on OSX</title>
      <link>https://forums.autodesk.com/t5/maya-forum/running-multiple-copies-of-maya-at-once-on-osx/m-p/7277360#M51894</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;and welcome to the community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Generally the command line is the only way to make that work on Mac.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To make sure that you are attempting it correctly I'll post the command below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;- open /Applications/Autodesk/maya20018/Maya.app&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;That should work but some users have had to use&amp;nbsp;the -n switch which forces a new instance.&lt;BR /&gt;&lt;BR /&gt;So with Maya already open, from the terminal you can type:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;open -n /Applications/Autodesk/maya2008/Maya.app&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Let me know if this helps!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please hit the Accept as Solution button if my post fully solves your issue, or reply with additional details if the problem persists.&lt;BR /&gt;&lt;BR /&gt;Kudos are greatly appreciated. Everyone likes a thumbs up!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 15:58:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/running-multiple-copies-of-maya-at-once-on-osx/m-p/7277360#M51894</guid>
      <dc:creator>sean.heasley</dc:creator>
      <dc:date>2017-08-04T15:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple copies of Maya at once on OSX</title>
      <link>https://forums.autodesk.com/t5/maya-forum/running-multiple-copies-of-maya-at-once-on-osx/m-p/7278337#M51895</link>
      <description>&lt;P&gt;On my end, what Sean posted is what worked for me. I've previously added the /bin location to my system PATH variable in order to render from the CLI, but the Maya GUI would refuse to launch in this instance. It was giving me errors about the MAYA_LOCATION environment variables which unfortunately is not supposed to be set on OSX. So just running 'maya' does not work. If you run the open command it will launch another shell rather than open in the current shell, so you can have multi-tabbed shells like you can on Linux for managing your Maya sessions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to make your life easier, if you edit ~/.bash_profile and add "alias admaya='&amp;lt;Sean's command&amp;gt;'" then just typing 'admaya' will launch it for you, rather than typing the path every time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Aug 2017 00:43:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/running-multiple-copies-of-maya-at-once-on-osx/m-p/7278337#M51895</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-05T00:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple copies of Maya at once on OSX</title>
      <link>https://forums.autodesk.com/t5/maya-forum/running-multiple-copies-of-maya-at-once-on-osx/m-p/7281641#M51896</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;just checking in, are you still having this issue?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 15:40:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/running-multiple-copies-of-maya-at-once-on-osx/m-p/7281641#M51896</guid>
      <dc:creator>sean.heasley</dc:creator>
      <dc:date>2017-08-07T15:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple copies of Maya at once on OSX</title>
      <link>https://forums.autodesk.com/t5/maya-forum/running-multiple-copies-of-maya-at-once-on-osx/m-p/7287832#M51897</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;did my solution help at all?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 15:48:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/running-multiple-copies-of-maya-at-once-on-osx/m-p/7287832#M51897</guid>
      <dc:creator>sean.heasley</dc:creator>
      <dc:date>2017-08-09T15:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple copies of Maya at once on OSX</title>
      <link>https://forums.autodesk.com/t5/maya-forum/running-multiple-copies-of-maya-at-once-on-osx/m-p/7292131#M51898</link>
      <description>&lt;P&gt;Hi Sean,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the late reply - I wasn't able to address the matter until today.&lt;/P&gt;&lt;P&gt;Your advice was taken and it's worked out well! Many thanks for your help and expertise!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Nicholas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 21:55:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/running-multiple-copies-of-maya-at-once-on-osx/m-p/7292131#M51898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-10T21:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple copies of Maya at once on OSX</title>
      <link>https://forums.autodesk.com/t5/maya-forum/running-multiple-copies-of-maya-at-once-on-osx/m-p/7292148#M51899</link>
      <description>&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I'm not sure I understand what you're advising here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="andale mono,times"&gt;&lt;U&gt;&amp;gt;&lt;FONT face="courier new,courier"&gt;&amp;gt;&amp;gt;I've previously added the /bin location to my system PATH variable in order to render from the CLI, but the Maya GUI would refuse to launch in this instance.&lt;/FONT&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this assuming I'd want to send render output from either of the open instances of Maya?&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;&lt;P&gt;On my end, what Sean posted is what worked for me. &lt;U&gt;I've previously added the /bin location to my system PATH variable in order to render from the CLI, but the Maya GUI would refuse to launch in this instance.&lt;/U&gt; It was giving me errors about the MAYA_LOCATION environment variables which unfortunately is not supposed to be set on OSX. So just running 'maya' does not work. If you run the open command it will launch another shell rather than open in the current shell, so you can have multi-tabbed shells like you can on Linux for managing your Maya sessions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to make your life easier, if you edit ~/.bash_profile and add "alias admaya='&amp;lt;Sean's command&amp;gt;'" then just typing 'admaya' will launch it for you, rather than typing the path every time.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 22:03:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/running-multiple-copies-of-maya-at-once-on-osx/m-p/7292148#M51899</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-10T22:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple copies of Maya at once on OSX</title>
      <link>https://forums.autodesk.com/t5/maya-forum/running-multiple-copies-of-maya-at-once-on-osx/m-p/7292410#M51900</link>
      <description>Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/209660"&gt;@sales&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;For operating systems, there's an environment variable called PATH, and any executable that's resides on this path can be launched without having your shell actively in the executables directory. Some common executables you might be familiar with are sudo, grep, python, open, find. These executables live in (or are linked to) a directory that is on your PATH. &lt;BR /&gt;&lt;BR /&gt;For Maya, the two most practical applications (or executables) are maya and Render. Maya is the actual application that will launch the GUI, and Render will allow you to render scenes from the command line without having to launch the Maya GUI. This is advantageous as you can save system resources by using the command line and not creating a GUI instance.&lt;BR /&gt;&lt;BR /&gt;By adding the location of these binaries (/Applications/Autodesk/Maya&amp;lt;Version&amp;gt;/Maya.app/Contents/bin) to the PATH (PATH=$PATH:&amp;lt;Location&amp;gt;) in the .bash_profile file, you can access them from anywhere on your system. &lt;BR /&gt;&lt;BR /&gt;The Render binary works totally fine on macOS, but the Maya binary can't be launched from the command line in this style. One of the reasons is the use of the MAYA_LOCATION variable which doesn't work on macOS. But if you use the open command the way &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4600507"&gt;@sean.heasley&lt;/a&gt; detailed Maya will launch fine. Hopefully this all makes sense!&lt;BR /&gt;&lt;BR /&gt;I apologize if this sounds like I'm explaining it to child, I want to make sure other users who don't know this stuff get a clear understanding.</description>
      <pubDate>Fri, 11 Aug 2017 00:42:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/running-multiple-copies-of-maya-at-once-on-osx/m-p/7292410#M51900</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-11T00:42:54Z</dc:date>
    </item>
  </channel>
</rss>

