Top "Installation" questions

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

How to select a CRAN mirror in R

I'm trying to install a package through the R prompt by doing the following: install.packages('RMySQL') But the output …

r package installation cran
Session 'app': Error Installing APK

Trying to install app on real device following instructions:- http://developer.android.com/tools/device.html. At end Android …

android android-studio installation apk adb
bundle install returns "Could not locate Gemfile"

I'm new to Rails and am currently working through a guide. The guide states: Use a text editor to update …

ruby-on-rails installation bundle gemfile
How to install Visual C++ Build tools?

I need to install Visual C++ Build Tools. When I've download installer, I've tried to install it, however it's telling …

visual-c++ visual-studio-2015 installation
How to install Android SDK on Ubuntu?

For my Ubuntu machine, I downloaded the latest version of Android SDK from this page. After extracting the downloaded .tgz …

android linux ubuntu installation apt-get
Installation of VB6 on Windows 7 / 8 / 10

I have been having problems installing VB6 on Windows 7. I realize it is a legacy IDE and my research on …

windows-7 vb6 installation legacy legacy-code
PackagesNotFoundError: The following packages are not available from current channels:

I'm somewhat new to Python. I've used it in a bunch of projects, but haven't really needed to stray from …

installation conda channel python-control
How do I install cURL on Windows?

I have followed all the instructions here: http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/ to install & config apache get the PHP5 …

php windows curl windows-xp installation
Installing Node.js (and npm) on Windows 10

I had some issues trying to install Node on Windows 10 and found the solution. The error was as follows: C:\…

node.js windows npm installation
pip install failing with: OSError: [Errno 13] Permission denied on directory

pip install -r requirements.txt fails with the exception below OSError: [Errno 13] Permission denied: '/usr/local/lib/.... What's wrong …

python permissions pip installation