Top "Installation" questions

Installation (or setup) is the process of deploying an application, driver, plugin, etc.

How can I install pip on Windows?

pip is a replacement for easy_install. But should I install pip using easy_install on Windows? Is there a …

python windows installation pip easy-install
How do I install pip on macOS or OS X?

I spent most of the day yesterday searching for a clear answer for installing pip (package manager for Python). I …

python macos pip installation
How do I install and use curl on Windows?

I am having trouble getting curl to run on Windows. I have downloaded a curl zip file from here, but …

windows curl installation
Homebrew install specific version of formula?

How do I install a specific version of a formula in homebrew? For example, postgresql-8.4.4 instead of the latest 9.0.

installation versioning homebrew
Installing PIL with pip

I am trying to install PIL (the Python Imaging Library) using the command: sudo pip install pil but I get …

python python-2.7 installation pip python-imaging-library
How to install Java 8 on Mac

I want to do some programming with the latest JavaFX, which requires Java 8. I'm using IntelliJ 13 CE and Mac OS …

java macos java-8 installation
How do I uninstall a Windows service if the files do not exist anymore?

How do I uninstall a .NET Windows Service, if the service files does not exists anymore? I installed a .NET …

windows windows-services installation
"pip install unroll": "python setup.py egg_info" failed with error code 1

I'm new to Python and have been trying to install some packages with pip. But pip install unroll gives me …

python pip package installation
How should I deal with "package 'xxx' is not available (for R version x.y.z)" warning?

I tried to install a package, using install.packages("foobarbaz") but received the warning Warning message: package 'foobarbaz' is not …

r installation repository package r-faq