From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Jordan Subject: Re: Question about package environment variables Date: Wed, 18 May 2016 16:44:58 -0400 Message-ID: <87mvnnxfhx.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> References: <87posjxm0i.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> <87oa83xgho.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b38Lj-0002tj-6I for help-guix@gnu.org; Wed, 18 May 2016 16:45:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b38Lf-0004Dk-0D for help-guix@gnu.org; Wed, 18 May 2016 16:45:46 -0400 Received: from forward13m.cmail.yandex.net ([5.255.216.144]:52962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b38Ld-00046F-GK for help-guix@gnu.org; Wed, 18 May 2016 16:45:42 -0400 In-reply-to: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: "Thompson, David" Cc: Help Guix Do you mean why I would want to define environment variables in project guix.scm file? If so, it would be a matter convienence I can put all the project info in one file. Also I wouldn't have to remember any shell/environment variables I changed or customized for a specific project. -- Matthew Jordan Sent with my mu4e Thompson, David writes: > On Wed, May 18, 2016 at 4:23 PM, Matthew Jordan > wrote: >> >> Hi David Thompson, >> >> Thanks for your response, guess I'll have to use envstore or or create >> file I can source into my current shell session. > > Why would you want this? I don't understand. > > - Dave