Questions tagged [command-line-tool]

A command line tool is a console based application either run in MS-DOS or a terminal (Command prompt for windows, and terminal for linux and mac)

339 questions
975
votes
30 answers

xcode-select active developer directory error

Saw the following error when running an npm install which required node-gyp... but could be triggered by anything which requires xcode-select. xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory…
tjmehta
  • 28,667
  • 4
  • 21
  • 18
545
votes
16 answers

How to install Xcode Command Line Tools

How do I get the command-line build tools installed with the current Xcode/Mac OS X v10.8 (Mountain Lion) or later? Unlike Xcode there is no installer, it's just a bundle. It looks like all the command line tools are in the bundle, under…
Scott Wisniewski
  • 24,561
  • 8
  • 60
  • 89
333
votes
15 answers

What is a faster alternative to Python's http.server (or SimpleHTTPServer)?

Python's http.server (or SimpleHTTPServer for Python 2) is a great way of serve the contents of the current directory from the command line: python -m http.server However, as far as web servers go, it's very slooooow... It behaves as though it's…
Drew Noakes
  • 300,895
  • 165
  • 679
  • 742
78
votes
3 answers

Xcode 6.1 - How to uninstall command line tools?

I installed Xcode command line tool by issuing xcode-select --install; now I want to uninstall it (without uninstalling Xcode). I've tried sudo /Developer/Library/uninstall-devtools --mode=all but then I get the error sudo:…
TomNg
  • 1,897
  • 2
  • 18
  • 25
50
votes
5 answers

Error Message "Xcode alone is not sufficient on Sierra"

I'd like to install openCV to vectorize image, but there's a series error message regarding Xcode and Ruby. First, I use terminal to install openCV, brew install opencv. Then, I got error message indicating that the system doesn't like my ruby…
Ying
  • 1,894
  • 1
  • 14
  • 20
50
votes
5 answers

"pod init" creates error that says "You need at least git version 1.8.5 to use CocoaPods"

I was not able to install any pod in my system. Hence, I removed cocoapods from my Mac and then reinstalled it. The process was successful but when I run the command pod init following error shows up in the terminal: `verify_minimum_git_version!':…
Ishika
  • 2,187
  • 1
  • 17
  • 30
49
votes
10 answers

svn client binaries for windows

Where are the Windows binaries for the command-line version of SVN? Everywhere I search, it has to be some company's fancy client software with an installer. I'm working on a machine where I don't have administrator account. Just give me the plain…
hasen
  • 161,647
  • 65
  • 194
  • 231
39
votes
8 answers

command line tools for new 10.9 OSX for ruby gems?

After installing OSX Mavericks 10.9 demo, Im getting this after running bundle Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. /Users/sandric/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb extconf.rb:17:…
sandric
  • 2,310
  • 3
  • 21
  • 26
37
votes
6 answers

Install gnuplot 5.0.1 on OSX

I downloaded the source files for gnuplot 5.0.1 (gnuplot-5.0.1.tar.gz) from the source forge page. I also installed the Command Line Tools on my OS X 10.7.5 so that I have gcc and make in the /usr/bin folder. I followed the installation…
dada
  • 1,390
  • 2
  • 17
  • 40
37
votes
10 answers

How can I add OS X "tags" to files programmatically?

Since Mavericks, OS X has had the ability to tag & colour files in Finder. Is there any way to add tags to files through Cocoa APIs or via a shell command?
nacross
  • 2,013
  • 2
  • 25
  • 37
34
votes
4 answers

Can't install Command Line Tool, "xcode-select --install" doesn't work

I don't know how to install the Command Line Tools on OSX Mavericks. Or better: I know how to do it (I just did it on another MacBook), but something goes wrong this time. What happened: I Install Homebrew on OSX Mavericks Homebrew ask me to intall…
Giovanni
  • 483
  • 1
  • 4
  • 8
34
votes
4 answers

How to debug python CLI that takes stdin?

I'm trying to debug a Python CLI I wrote that can take its arguments from stdin. A simple test case would have the output of echo "test" | python mytool.py be equivalent to the output of python mytool.py test I'd like to debug some issues with…
whereswalden
  • 4,819
  • 3
  • 27
  • 41
27
votes
1 answer

Mac OS app, sandbox with command line tool?

I've made an app which includes a command-line tool. I have enabled the app's sandbox, and tested that it works. I've also code-signed both the app and the command line tool. But when I upload the app to iTunes, I received a email telling me "App…
dinosaur
  • 638
  • 5
  • 14
23
votes
6 answers

macOS 10.14(beta) How to install Command_Line_Tools_macOS_10.14_for_Xcode_10_Beta

As the Title of my question, I don't know how to install the Command_Line_Tools_macOS_10.14_for_Xcode_10_Beta for my mac, please help. What I did: run command "brew install carthage" to install the Carthage, get errors: Error: Your Xcode (9.4.1)…
Raymond Liao
  • 1,799
  • 3
  • 20
  • 32
23
votes
2 answers

Publish to Google Play through command line

Is there any option to publish Android Application to Google Play using command line tool ? I have signed my application but I can't use web browser to publish it.
1
2 3
22 23