Created
March 2, 2014 09:51
-
-
Save zirosas/9304261 to your computer and use it in GitHub Desktop.
How can I run two Skype accounts on a Mac?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
First, this assumes you already launched Skype normally from the Application icon, and logged into the first Skype account. One method is to open a Terminal (console) window, change directories to the Skype application, then simply run a second instance using the sudo command: | |
Step 1: Open a Terminal window | |
Step 2: cd /Applications/Skype.app/Contents/MacOS/ | |
Step 3: sudo ./Skype | |
Now the second instance of Skype will launch, you will see trailing output in the console window. | |
Note: Do not close the window or it will force Skype to close. You may minimize the window if it's in the way. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment