Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bfV32-0001sn-2t for pgadmin-hackers@arkaria.postgresql.org; Thu, 01 Sep 2016 16:41:04 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bfV31-0002h8-KR for pgadmin-hackers@arkaria.postgresql.org; Thu, 01 Sep 2016 16:41:03 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bfV2n-0002CU-S9 for pgadmin-hackers@postgresql.org; Thu, 01 Sep 2016 16:40:49 +0000 Received: from mail-it0-x233.google.com ([2607:f8b0:4001:c0b::233]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bfV2k-00035z-1g for pgadmin-hackers@postgresql.org; Thu, 01 Sep 2016 16:40:49 +0000 Received: by mail-it0-x233.google.com with SMTP id c198so55363817ith.1 for ; Thu, 01 Sep 2016 09:40:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=susNPn9wW3p8pv6JwLCTBj3N6RZYGI5S6P3z3j4PCfo=; b=rqmiv6avWvNETZiMVHvTnCLQSecYIKt132+O9o2Lcjzp5b0ptPhoKqaiodxLb+UMAq RDMiTZFqNJuSrjVVaejGMc2avjMvGcxbPwVrPAsVSkTN/u+3OWKrhLC+x7tYoA5LVFtn iczslenukDp4nmPdqCzv3zL/fKxc1LxyFkHpe5/Wi95p1/4uPHVmnMj1lDVLRwUHL8Dl 99dQNWEv2ah4jiw+xyZmrd7l61/5me4VC+XNRf5XfFJj/47I3qdWmpyDelh6gIMSEjus OBTknSOlGO74F0ySa4MafIGaGrzcHKDZg0BPBCXcwd9A2EphCzKWjxeNAASEWtnEbsYB YKsw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=susNPn9wW3p8pv6JwLCTBj3N6RZYGI5S6P3z3j4PCfo=; b=CSVyq/uBgVHTlvrejb84tPNU9zv64F0qClgT0xNBDj1GlXe39qk3YLamxJMKcgFVm6 OA2D6FmJQNcwc0wj3aG8UrvdYmZdm34uz5v2hgBasElXpE6J0UJvxE20SHMK7AuStaFA iSHZal7ZJ8ZupzmY/3IjTsA+czzT6L+9QDOpbeasQYLWl4e5rsgiANPuZNNXPd9AxTJR tLG5AntBD2tVYswW3Fch9FqjYvjVt1F60v1lHymQGAhmDQHgb8YmuNmtJ4IppICjXAHN FRtc7ZACoANz6zB/7R+2oQbHZTWgMKFEUWogsCgn29VXx1leZ0iMPKE55vtTJQl4iOzY vlww== X-Gm-Message-State: AE9vXwMpLhLeWPkrT5bKEqZMqBxY5vMAlM+vCaszP3Csy60tR/o9UwKg7JhCEP9sFosti1z+zSIpTEf1gRoEZkf/ X-Received: by 10.36.223.196 with SMTP id r187mr24231705itg.2.1472748043623; Thu, 01 Sep 2016 09:40:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.50.212 with HTTP; Thu, 1 Sep 2016 09:40:42 -0700 (PDT) Received: by 10.107.50.212 with HTTP; Thu, 1 Sep 2016 09:40:42 -0700 (PDT) In-Reply-To: References: From: Ashesh Vashi Date: Thu, 1 Sep 2016 22:10:42 +0530 Message-ID: Subject: Re: Runtime broken on Mac To: Dave Page Cc: neel patel , pgadmin-hackers Content-Type: multipart/alternative; boundary=94eb2c0b170afc1513053b74dfae X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --94eb2c0b170afc1513053b74dfae Content-Type: text/plain; charset=UTF-8 This might explain. https://redmine.postgresql.org/issues/1392 On Sep 1, 2016 21:52, "Dave Page" wrote: > Neel, Ashesh, > > re: https://git.postgresql.org/gitweb/?p=pgadmin4.git;a=commitdiff;h= > a3e8ba93ae6968f13b331d9218d51b8e2d39f344 > > it seems that setting PYTHON_HOME breaks the runtime on Mac OSX. Doing > so means that the system installed Python libraries cannot be found, a > (large) number of which do not get installed into the virtualenv. > > Now I could modify the package build scripts to copy or symlink all > those extra files and directories into the virtual env (I would > probably symlink, as that's what happens with the rest of the venv), > but before I do - can you remind me why we needed to explicitly set it > anyway? > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > EnterpriseDB UK: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > --94eb2c0b170afc1513053b74dfae Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

This might explain.
https://redmine.post= gresql.org/issues/1392

--94eb2c0b170afc1513053b74dfae--