erfreelance.blogg.se

Apache ant mac os x
Apache ant mac os x









Struggling to uninstall unneeded applications from your Mac computer? Having trouble in removing the entire application components around the system? This tutorial will show you how to effectively uninstall Apache Ant in macOS or Mac OS X.

apache ant mac os x

Once you do not want to keep an app on your Mac, you can uninstall Apache Ant by multiple methods. You can get an app from Mac’s App Store, discs or other websites, and then install it by dragging the app icon to the Applications folder or running the provided installer in the disk image or package file. # Add the new version of Ant to future terminal sessionsĮcho 'export PATH=/usr/local/apache-ant/bin:"$PATH"' > ~/.There are various kinds of software that you can install on your Mac, and it is quite easy to manage those apps on macOS. # Add the new version of Ant to current terminal sessionĮxport PATH=/usr/local/apache-ant/bin:"$PATH" Sudo cp -rf apache-ant-1.8.1-bin /usr/local/apache-ant # Copy it into /usr/local Sudo mkdir -p /usr/local # Ensure that /usr/local exists

apache ant mac os x

Tar -xvzf apache-ant-1.8. # Extract the folder The commands that you would need, assuming apache-ant-1.8. (replace 1.8.1 with the actual version) were still in your Downloads directory, would be the following (explanatory comments included): cd ~/Downloads # Let's get into your downloads folder.

  • Put the "bin" subdirectory in your path.
  • apache ant mac os x

    If it is not already installed, then your best bet is to install Homebrew ( brew install ant) or MacPorts ( sudo port install apache-ant), and use those tools to install Apache Ant.Īlternatively, though I would highly advise using Homebrew or MacPorts instead, you can install Apache Ant manually. Ant is already installed on some older versions of Mac OS X, so you should run ant -version to test if it is installed before attempting to install it.











    Apache ant mac os x