From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id D4F6519C03F6 for ; Tue, 24 Nov 2015 08:54:23 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id AEA91B5D9B8 for ; Mon, 23 Nov 2015 05:30:39 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id D1C8F18CC7D0 for ; Mon, 23 Nov 2015 05:30:39 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id EB37C120451; Mon, 23 Nov 2015 05:30:37 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o10.shared.sendgrid.net (o10.shared.sendgrid.net [173.193.132.135]) by neon.ruby-lang.org (Postfix) with ESMTPS id 0925112044C for ; Mon, 23 Nov 2015 05:30:33 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=OJhVrlj68uaeIPe3eBvI7yE3+0c=; b=A6GJuYIjQB6v931xO5 8yVVh7oQjqu5S2yPLJyE4fBQNcajhiN6ofgFF4cNvLLLcwhC3OVWnYT5SPmaz3qt PjZMY3r/aFZOwSWG7UwbPkiRxqa8x88dfJvv6bg+RBfy+xSInnJVDFEcrvQwIXjn o8pahOkFxINvpKjaXWwq68Fg8= Received: by filter0808p1mdw1.sendgrid.net with SMTP id filter0808p1mdw1.17048.565225E59 2015-11-22 20:30:29.139568045 +0000 UTC Received: from herokuapp.com (ec2-54-167-170-156.compute-1.amazonaws.com [54.167.170.156]) by ismtpd0006p1iad1.sendgrid.net (SG) with ESMTP id Yoc_KcRPQwKJBK6hpk6XHg for ; Sun, 22 Nov 2015 20:30:29.022 +0000 (UTC) Date: Sun, 22 Nov 2015 20:30:28 +0000 From: kallisti5@unixzen.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Redmine-MailingListIntegration-Message-Ids: 46301 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11731 X-Redmine-Issue-Author: kallisti5 X-Redmine-Sender: kallisti5 X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS6uUIJKtbc8Z0vJwOGL6wMpuUoPsACOdF7H7S AQa7ACqqEtGXcYJr1dqknkKmhY4RskraHLyj82RUq4QxvX6RLpSyrSqeK9LS2BHv687uggafy2WWa1 ipQedChROaU3E6doS6snogZQgb2+/EZy97Ee X-ML-Name: ruby-core X-Mail-Count: 71630 Subject: [ruby-core:71630] [Ruby trunk - Feature #11731] [Open] Make ruby gem install to user-directory by default X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11731 has been reported by Alexander von Gluck. ---------------------------------------- Feature #11731: Make ruby gem install to user-directory by default https://bugs.ruby-lang.org/issues/11731 * Author: Alexander von Gluck * Status: Open * Priority: Normal * Assignee: ---------------------------------------- Installing gem's system-wide doesn't make sense 99% of the time... * Linux -- Need root access via sudo * Windows -- Need administrator * Max OS X -- Need root access via sudo * Haiku -- /boot/system read-only gem currently installs gems system-wide by default Since the most common use-case is to install gems for your own user, why doesn't gem --user-directory by default? Tools like rvm already set this manually. Making --user-directory default means package maintainers only need to --no-user-directory while everyone else just gem install's -- https://bugs.ruby-lang.org/