tagged [macos]

Can I program in C# on a Mac?

Can I program in C# on a Mac? I want to learn C# for Unity and my personal computer is a MacBook Air. Can I program in C# on a Mac?

6 Nov at 10:45

How do I find a list of Homebrew's installable packages?

How do I find a list of Homebrew's installable packages? Recently I installed [Brew](https://brew.sh/). How can I retrieve a list of available brew packages to install?

How to install Selenium WebDriver on Mac OS

How to install Selenium WebDriver on Mac OS How to install Selenium WebDriver on Mac OS X 10.7.5 supporting Chrome, Firefox and safari ? What I have to set, where to install.

29 Oct at 01:42

How can I install the Beautiful Soup module on the Mac?

How can I install the Beautiful Soup module on the Mac? I read this without finding the solution: [http://docs.python.org/install/index.html](http://docs.python.org/install/index.html)

27 Mar at 10:10

How to run C# Desktop Application with extension .exe in Mac OSX?

How to run C# Desktop Application with extension .exe in Mac OSX? I installed MonoFramework and I have myproject.exe file.How to run C# Desktop Application with extension .exe in Mac OSX?

2 Aug at 07:1

python executable

python executable is it possible to create python executable targeted for linux, from mac os x? PyInstaller seems to be at an early stage, and I don't know much else. Thanks

1 Dec at 07:52

Where is JAVA_HOME on macOS Mojave (10.14) to Lion (10.7)?

Where is JAVA_HOME on macOS Mojave (10.14) to Lion (10.7)? Java is an optional package on the latest versions of macOS. Yet once installed it appears like the environment variable is .

29 Oct at 05:0

Android Studio was unable to find a valid Jvm (Related to MAC OS)

Android Studio was unable to find a valid Jvm (Related to MAC OS) I am unable to start my Android Studio for Android development on Mac OS (10.10.1 - Yosemite)

13 Jun at 16:33

Terminal error: zsh: permission denied: ./startup.sh

Terminal error: zsh: permission denied: ./startup.sh I am running a command and I am getting this error message why could this be happening?

22 Aug at 21:18

How do you run a script on login in *nix?

How do you run a script on login in *nix? I know I once know how to do this but... how do you run a script (bash is OK) on login in unix?

8 Apr at 19:9

How can I compile and run C/C++ code in a Unix console or Mac terminal?

How can I compile and run C/C++ code in a Unix console or Mac terminal? How can I compile/run C or C++ code in a Unix console or a Mac terminal?

3 Apr at 13:49

Open Sublime Text from Terminal in macOS

Open Sublime Text from Terminal in macOS In Terminal when I use `.subl` It returns `-bash: .subl: command not found` Anyone know how to open Sublime Text 3 from the command line in macOS?

Setting ANDROID_HOME enviromental variable on Mac OS X

Setting ANDROID_HOME enviromental variable on Mac OS X Could anybody post a working solution for setting `ANDROID_HOME` via the terminal? My path to the Android-SDK is `/Applications/ADT/sdk`.

How to uninstall Docker completely from a Mac?

How to uninstall Docker completely from a Mac? I would like to remove the Docker toolbox completely from my Mac. I tried to remove Docker from the `/Applications` folder, but it didn't work out.

12 Feb at 01:15

Get the name of application in focus (on Mac)

Get the name of application in focus (on Mac) I have a requirement where, I need to have the name of the running application in focus. I am using C++/Qt/Carbon. Any help is highly appreciated.

24 Jan at 16:52

How to change default Python version?

How to change default Python version? I have installed Python 3.2 in my Mac. After I run , it's confusing that when I type in Terminal it says that . How can I change the default Python version?

10 May at 06:30

Interactive Javascript gem?

Interactive Javascript gem? I've found some online interactive Javascript editors, but I wonder if there is a local equivalent as a gem that lets me test Javascript just like IRB and Rails console in ...

23 Aug at 19:53

How do I create a Bash alias?

How do I create a Bash alias? I'm on OSX and I need to put something like this, `alias blah="/usr/bin/blah"` in a config file but I don't know where the config file is.

16 Jan at 08:24

How to run Python script on terminal?

How to run Python script on terminal? I want to run a Python script in Terminal, but I don't know how? I already have a saved file called gameover.py in the directory "/User/luca/Documents/python".

5 Apr at 23:16

How can I install a .ipa file to my iPhone simulator

How can I install a .ipa file to my iPhone simulator I have an iphone simulator running on my Mac. I have a .ipa file, can you please tell me how can I install it on the simulator?

17 Sep at 10:10

Find out where MySQL is installed on Mac OS X

Find out where MySQL is installed on Mac OS X How do I find out where MySQL is installed on Mac OS X 10.7.9? I have MAMP installed so I presume that it is bundled with this install?

23 Apr at 10:22

Check mySQL version on Mac 10.8.5

Check mySQL version on Mac 10.8.5 How can I check (step-by-step ) the version of mySQL installed on my Mac 10.8.5? I tried using command prompt, but couldn't figure out.

19 Oct at 04:41

How to install sshpass on Mac?

How to install sshpass on Mac? I would like to automate ssh login from my Mac. It does have a simple solution: But my problem is installing sshpass on my Mac.

14 May at 09:26

NSApplication delegate and Preference Panes

NSApplication delegate and Preference Panes It seems that I can't control the NSApp delegate from within a System Preferences pane, which is understandable. Is there any other way I can have my object...

29 Nov at 18:44

Terminal Commands: For loop with echo

Terminal Commands: For loop with echo I've never used commands in terminal like this before but I know its possible. How would I for instance write: ``` for (int i = 0; i

23 Aug at 18:25