Maxim Cournoyer
cb72f9a773
gnu: python: Replace PYTHONPATH by GUIX_PYTHONPATH.
...
Using PYTHONPATH as a mean to discover the Python packages had the following
issues:
1. It is not versioned, so different versions of Python would clash if
installed in a shared profile.
2. It would interfere with the host Python site on foreign
distributions, sometimes preventing a a user to login their GDM
session (!).
3. It would take precedence over user installed Python packages
installed through pip.
4. It would leak into Python virtualenvs, which are supposed to create
isolated Python environments.
This changes fixes the above issues by making use of a sitecustomize.py
module. The newly introduced GUIX_PYTHONPATH environment variable is read
from the environment, filtered for the current Python version of the
interpreter, and spliced in 'sys.path' just before Python's own site location,
which provides the expected behavior.
* gnu/packages/aux-files/python/sitecustomize.py: New file.
* Makefile.am: Register it.
* gnu/packages/python.scm (customize-site)
(guix-pythonpath-search-path): New procedures.
(python-2.7)[phases]{install-sitecustomize.py}: New phase.
[native-inputs]{sitecustomize.py}: New input.
[native-search-paths]: Replace PYTHONPATH with GUIX_PYTHONPATH.
(python-3.9)[native-search-paths]: Likewise.
[phases]{install-sitecustomize}: Override with correct version.
[native-search-paths]: Replace PYTHONPATH with GUIX_PYTHONPATH.
* gnu/packages/commencement.scm (python-boot0):
[phases]{install-sitecustomize}: Likewise.
[native-inputs]{sitecustomize.py}: New input.
[native-search-paths]: Replace PYTHONPATH with GUIX_PYTHONPATH.
* guix/build/python-build-system.scm (site-packages): Do not add a trailing
'/'.
squash! gnu: python: Replace PYTHONPATH by GUIX_PYTHONPATH.
2021-02-01 11:53:42 -05:00
..
2021-02-01 11:53:42 -05:00
2021-01-29 15:05:41 -05:00
2020-09-24 17:18:42 +03:00
2021-01-02 18:54:19 +01:00
2020-10-27 12:02:31 +01:00
2020-11-08 23:46:51 +01:00
2021-01-13 23:45:53 -05:00
2020-08-19 23:58:47 -04:00
2020-11-19 20:48:26 +02:00
2021-01-29 13:35:47 -05:00
2020-09-10 10:57:28 +03:00
2020-11-28 15:56:08 +00:00
2020-10-03 23:00:21 +02:00
2021-01-06 12:58:40 -05:00
2020-07-12 23:08:15 +02:00
2021-01-06 00:58:42 +01:00
2020-12-18 22:39:23 +01:00
2021-01-02 18:54:31 +01:00
2021-01-10 13:31:09 +02:00
2021-01-02 18:54:12 +01:00
2021-01-19 21:31:57 +02:00
2020-10-13 23:48:15 +02:00
2020-11-02 00:30:59 +05:30
2020-10-03 00:04:43 +02:00
2021-01-19 23:01:47 -05:00
2021-01-26 11:26:41 +02:00
2020-10-26 22:56:29 +01:00
2020-12-22 16:32:29 +01:00
2020-12-29 22:17:37 +01:00
2021-01-29 13:35:47 -05:00
2021-01-26 11:27:13 +02:00
2021-01-15 16:33:07 -05:00
2021-01-26 23:32:54 +01:00
2020-12-29 13:28:16 +01:00
2020-08-04 14:32:36 +02:00
2020-12-29 17:34:14 +01:00
2021-01-13 23:45:53 -05:00
2020-12-11 12:17:51 +02:00
2021-01-02 18:54:19 +01:00
2020-11-07 21:33:32 +01:00
2020-10-03 00:22:59 +02:00
2020-11-08 23:40:44 +02:00
2021-01-27 20:59:53 +02:00
2021-01-15 16:33:11 -05:00
2020-07-12 23:08:15 +02:00
2021-01-29 13:35:47 -05:00
2020-12-03 16:18:44 +01:00
2020-12-05 18:06:53 +01:00
2020-12-08 11:48:53 +01:00
2020-11-20 20:03:03 +00:00
2020-11-30 21:17:25 +01:00
2020-12-30 08:40:43 -05:00
2020-10-22 18:41:28 +02:00
2021-02-01 11:53:42 -05:00
2021-01-21 15:49:49 -05:00
2020-12-24 15:53:48 -05:00
2020-08-09 17:22:26 +03:00
2020-09-30 09:28:26 +03:00
2020-11-19 20:48:26 +02:00
2020-12-20 23:40:45 +01:00
2021-01-07 14:21:28 +01:00
2020-12-30 15:24:55 +01:00
2020-12-07 09:27:04 +01:00
2021-01-03 20:55:47 +02:00
2021-01-08 12:55:32 +02:00
2020-12-17 21:32:51 +01:00
2021-01-13 23:45:53 -05:00
2020-09-15 20:59:15 +02:00
2021-01-13 23:45:53 -05:00
2021-01-13 23:45:53 -05:00
2020-12-06 23:50:43 +01:00
2021-01-28 13:02:24 +01:00
2020-12-06 18:30:12 +01:00
2020-12-27 19:32:03 +01:00
2020-12-27 18:44:57 +01:00
2020-11-25 09:08:09 +02:00
2020-11-15 20:47:44 +01:00
2020-09-15 23:36:42 +02:00
2021-01-03 17:24:26 +02:00
2020-12-06 19:28:56 -08:00
2021-01-03 21:06:26 -05:00
2021-01-02 18:54:11 +01:00
2021-01-03 17:24:26 +02:00
2020-07-12 23:08:15 +02:00
2020-11-21 00:29:38 +01:00
2020-11-29 14:36:57 +01:00
2020-07-12 23:08:15 +02:00
2020-12-22 13:09:30 +01:00
2021-01-29 13:35:47 -05:00
2020-11-21 01:21:31 +01:00
2020-11-19 20:48:26 +02:00
2020-09-05 18:34:36 +03:00
2020-10-13 19:01:32 +02:00
2021-01-06 11:14:53 +02:00
2021-01-15 14:06:12 +01:00
2020-12-29 23:35:01 +02:00
2020-07-12 23:08:15 +02:00
2021-01-10 14:23:20 +02:00
2020-12-13 21:44:12 +01:00
2020-10-03 22:10:15 +02:00
2021-01-29 13:35:47 -05:00
2020-12-01 00:10:48 +01:00
2020-12-22 20:50:57 +01:00
2021-01-13 23:45:53 -05:00
2020-12-28 16:56:47 +02:00
2021-01-29 13:35:47 -05:00
2021-01-02 19:32:26 +02:00
2020-10-08 15:57:32 +02:00
2020-07-12 23:08:15 +02:00
2020-12-29 13:54:48 +01:00
2020-07-12 23:08:15 +02:00
2020-12-11 21:21:51 +08:00
2020-09-22 11:02:58 +02:00
2021-01-07 09:22:54 +01:00
2020-07-27 11:21:24 +02:00
2021-01-15 16:33:07 -05:00
2020-08-15 22:09:06 +02:00
2020-11-30 21:43:51 +01:00
2021-01-02 18:54:30 +01:00
2021-01-29 15:05:41 -05:00
2021-01-07 21:45:45 +01:00
2020-12-29 17:39:24 +01:00
2020-09-07 19:43:53 +02:00
2020-10-07 13:54:50 +02:00
2020-08-19 16:31:59 +03:00
2021-01-02 18:54:14 +01:00
2021-01-13 23:45:53 -05:00
2020-09-20 12:44:29 +02:00
2020-12-17 00:15:48 +01:00
2020-11-30 00:25:51 +01:00
2021-01-13 23:45:53 -05:00
2020-07-12 23:08:15 +02:00
2020-09-08 22:29:32 +02:00
2021-01-02 18:54:14 +01:00
2020-12-17 18:00:15 +01:00
2021-01-13 23:45:53 -05:00
2020-12-19 16:00:38 +01:00
2021-01-13 23:45:53 -05:00
2021-01-13 23:45:53 -05:00
2021-01-07 19:34:39 +01:00
2021-01-10 14:30:36 +02:00
2020-11-17 04:45:29 +01:00
2020-12-12 20:58:36 +01:00
2020-12-29 09:03:35 +02:00
2021-01-13 23:45:53 -05:00
2020-08-04 12:04:32 -04:00
2021-01-10 14:30:36 +02:00
2021-01-03 06:55:34 +01:00
2021-01-03 17:24:28 +02:00
2020-11-23 22:12:19 +01:00
2021-01-06 11:14:53 +02:00
2020-11-26 04:22:50 +01:00
2021-01-06 14:12:29 +01:00
2020-11-23 15:43:36 +02:00
2020-09-15 09:41:37 +03:00
2020-10-14 03:42:23 +02:00
2021-01-02 20:43:26 +02:00
2020-12-30 10:53:39 +02:00
2021-01-13 23:45:53 -05:00
2021-01-29 13:35:47 -05:00
2021-01-23 23:47:02 +01:00
2021-01-07 18:16:57 +01:00
2020-12-01 00:10:48 +01:00
2020-11-26 23:59:28 +01:00
2020-12-06 21:34:57 -05:00
2020-12-06 21:35:35 -05:00
2020-12-01 15:39:33 +01:00
2020-08-13 16:44:56 +02:00
2020-11-22 11:05:11 +01:00
2020-08-29 17:54:38 +02:00
2020-12-27 17:23:40 +01:00
2020-10-10 22:37:45 +02:00
2020-09-23 04:37:01 +02:00
2020-07-12 23:08:15 +02:00
2021-01-23 23:47:02 +01:00
2021-01-13 23:45:53 -05:00
2020-08-29 11:29:43 -04:00
2020-10-06 02:54:02 +02:00
2021-01-07 22:42:47 +02:00
2021-01-09 23:14:26 +01:00
2021-01-31 17:22:13 -05:00
2021-01-10 14:30:36 +02:00
2020-12-19 22:27:17 +01:00
2020-10-15 23:51:04 +02:00
2020-12-01 20:55:43 +01:00
2020-11-09 22:08:10 +01:00
2020-08-06 00:01:50 -04:00
2020-08-19 00:21:41 +02:00
2020-07-12 23:08:15 +02:00
2020-07-12 23:08:15 +02:00
2020-12-28 14:45:08 +01:00
2021-01-07 14:21:25 +01:00
2020-08-25 16:13:13 +03:00
2020-07-12 23:08:15 +02:00
2020-11-13 19:43:25 +01:00
2020-07-12 23:08:15 +02:00
2020-12-29 16:42:26 +02:00
2020-12-12 18:25:00 +01:00
2021-01-04 10:10:41 +02:00
2020-12-30 23:24:44 +02:00
2020-12-30 12:37:56 +02:00
2021-01-09 23:14:27 +01:00
2020-11-30 00:25:51 +01:00
2021-01-10 14:30:36 +02:00
2020-10-08 21:25:20 -04:00
2020-11-07 21:33:32 +01:00
2020-11-19 20:48:26 +02:00
2020-09-25 14:50:02 +02:00
2020-11-26 04:22:51 +01:00
2020-11-19 00:08:40 +01:00
2020-10-22 21:03:14 +02:00
2020-10-12 21:49:23 +02:00
2020-08-29 17:54:38 +02:00
2020-10-06 13:49:52 +02:00
2021-01-13 23:45:53 -05:00
2020-08-02 11:59:00 +03:00
2020-11-29 23:15:53 +01:00
2020-11-30 21:43:50 +01:00
2021-01-28 21:22:03 +02:00
2020-11-26 20:44:40 +01:00
2020-08-29 14:53:15 -04:00
2020-08-16 12:16:07 +02:00
2020-11-26 23:32:29 +01:00
2021-01-13 23:45:53 -05:00
2020-07-16 20:12:05 +02:00
2021-01-10 09:38:09 +01:00
2021-01-29 13:35:47 -05:00
2021-01-13 23:45:53 -05:00
2020-12-22 12:25:50 +01:00
2020-11-28 23:05:46 -05:00
2020-07-12 23:08:15 +02:00
2020-11-23 05:44:11 +01:00
2020-12-26 22:35:40 +02:00
2020-11-01 17:56:56 +01:00
2020-11-19 20:48:26 +02:00
2021-01-15 16:33:07 -05:00
2021-01-09 23:14:26 +01:00
2020-09-20 23:56:30 +02:00
2021-01-13 23:45:53 -05:00
2020-10-08 15:57:33 +02:00
2020-07-27 13:11:37 +03:00
2020-12-08 22:26:13 +01:00
2021-01-29 13:35:47 -05:00
2020-12-12 20:56:46 +01:00
2020-07-17 04:12:04 +02:00
2020-12-15 15:06:51 +01:00
2020-07-20 01:48:26 +02:00
2020-08-20 15:28:13 -05:00
2020-11-25 16:40:29 -06:00
2020-10-03 00:04:43 +02:00
2021-01-07 21:45:45 +01:00
2021-01-06 09:01:09 +02:00
2021-01-03 06:55:38 +01:00
2021-01-05 19:26:15 +01:00
2020-12-28 17:28:49 +02:00
2021-01-09 13:47:26 -05:00
2020-11-26 00:05:39 +01:00
2020-11-30 21:17:25 +01:00
2020-11-17 15:28:38 +01:00
2021-01-29 13:35:47 -05:00
2020-08-11 16:25:06 +02:00
2020-12-02 18:05:33 +02:00
2020-07-01 17:52:40 +02:00
2020-12-28 16:25:45 +02:00
2021-01-05 12:17:36 +02:00
2021-01-02 18:54:27 +01:00
2020-12-10 17:01:31 +01:00
2020-11-30 12:23:54 -05:00
2020-07-12 23:08:15 +02:00
2020-12-29 17:37:17 +01:00
2021-01-26 14:22:34 -05:00
2020-12-13 00:35:50 +01:00
2020-10-27 13:15:45 +01:00
2020-12-30 14:26:32 +01:00
2020-07-12 23:08:15 +02:00
2020-12-17 18:03:12 +01:00
2020-08-31 20:32:50 +02:00
2020-07-12 23:08:15 +02:00
2021-01-13 23:45:53 -05:00
2020-07-29 00:22:01 +02:00
2020-12-20 22:47:04 -05:00
2021-01-10 14:30:36 +02:00
2020-11-03 11:58:01 +01:00
2021-01-07 12:08:41 +01:00
2020-12-19 16:06:03 +01:00
2020-12-20 19:00:41 +01:00
2020-12-23 13:23:15 +00:00
2020-12-09 14:13:33 +01:00
2020-12-23 13:37:02 +01:00
2020-07-12 23:08:15 +02:00
2021-01-13 23:45:53 -05:00
2020-08-31 20:32:50 +02:00
2021-01-14 09:02:08 -05:00
2020-09-06 00:36:58 +03:00
2020-12-24 23:10:17 -05:00
2021-01-07 17:18:05 +01:00
2020-11-09 20:47:50 +01:00
2021-01-29 13:35:47 -05:00
2020-07-25 16:16:11 +02:00
2020-06-30 21:13:52 +03:00
2021-01-02 18:54:24 +01:00
2021-01-02 15:31:01 +01:00
2020-10-22 21:38:14 -05:00
2021-01-15 16:33:07 -05:00
2021-01-28 21:13:05 +02:00
2020-12-13 16:54:41 -05:00
2021-01-15 16:33:07 -05:00
2021-01-15 16:33:11 -05:00
2020-11-26 21:00:32 +01:00
2021-01-15 16:33:07 -05:00
2020-11-24 14:01:03 +01:00
2021-01-15 16:33:07 -05:00
2021-01-29 13:35:47 -05:00
2021-02-01 11:53:42 -05:00
2021-01-10 14:30:36 +02:00
2021-01-29 13:35:47 -05:00
2020-07-12 23:08:15 +02:00
2020-11-19 20:48:26 +02:00
2021-01-06 03:45:57 +01:00
2020-11-19 20:48:26 +02:00
2020-10-02 00:30:43 +02:00
2020-11-24 22:12:42 +01:00
2020-12-17 00:15:47 +01:00
2020-07-12 23:08:15 +02:00
2020-11-25 12:01:51 -06:00
2020-12-30 17:08:21 -05:00
2020-12-31 02:34:16 -05:00
2021-01-13 23:45:53 -05:00
2021-01-03 22:06:28 +01:00
2021-01-10 14:30:36 +02:00
2021-01-06 17:52:45 +02:00
2021-01-02 18:54:26 +01:00
2020-08-23 18:19:59 +02:00
2021-01-29 13:35:47 -05:00
2020-07-12 23:08:15 +02:00
2020-11-18 18:31:11 +01:00
2021-01-03 06:55:40 +01:00
2021-01-06 03:45:47 +01:00
2020-07-12 23:08:15 +02:00
2021-01-08 10:33:12 +01:00
2020-11-17 21:38:42 +00:00
2021-01-13 23:45:53 -05:00
2021-01-04 20:25:52 +01:00
2020-07-12 23:08:15 +02:00
2020-11-20 00:51:01 -05:00
2020-11-24 12:15:33 +01:00
2020-11-01 23:56:29 +01:00
2021-01-05 12:51:12 +01:00
2020-07-22 23:54:52 -05:00
2020-11-18 08:10:48 +00:00
2020-08-18 22:56:26 +02:00
2021-01-15 16:33:07 -05:00
2021-01-13 23:45:53 -05:00
2020-12-30 11:45:55 +01:00
2020-12-09 09:22:09 +02:00
2020-09-05 22:30:04 +03:00
2021-01-29 13:35:47 -05:00
2020-11-15 00:12:12 +01:00
2020-07-12 23:08:15 +02:00
2020-12-22 13:09:30 +01:00
2020-09-23 12:39:57 +02:00
2020-08-17 17:33:47 +02:00
2020-11-19 20:48:26 +02:00
2021-01-10 12:09:00 +01:00
2020-07-12 23:08:15 +02:00
2020-09-22 10:57:08 +02:00
2020-10-01 12:45:38 +02:00
2020-10-25 14:42:36 -04:00
2021-01-06 21:22:55 +02:00
2021-01-29 13:35:47 -05:00
2020-07-23 21:43:06 +02:00
2021-01-07 12:08:41 +01:00
2020-11-23 05:44:09 +01:00
2020-12-21 23:44:54 +01:00
2021-01-13 23:45:53 -05:00
2020-11-11 18:15:49 +01:00
2020-12-30 13:09:33 -05:00
2020-10-16 17:16:01 +02:00
2020-08-27 10:09:10 +02:00
2020-10-06 02:54:02 +02:00
2020-12-24 15:56:57 -05:00
2021-01-06 09:37:02 +02:00
2020-07-14 03:25:04 +02:00
2020-06-27 12:51:34 +02:00
2021-01-26 08:21:03 -05:00
2021-01-10 14:30:36 +02:00
2021-01-10 09:49:13 +02:00
2021-01-15 16:33:07 -05:00
2021-01-05 14:36:15 +02:00
2020-10-06 09:45:13 +03:00
2021-01-01 12:44:33 +03:00
2021-01-10 14:30:36 +02:00
2020-12-13 21:44:12 +01:00
2020-12-22 11:08:41 +01:00
2021-01-13 23:45:53 -05:00
2020-12-15 22:09:30 -05:00
2020-09-05 22:30:04 +03:00
2020-10-16 15:24:34 +02:00
2020-11-28 14:37:38 +00:00
2020-07-30 00:57:28 +02:00
2021-01-07 19:25:25 +08:00
2020-09-23 04:37:01 +02:00
2020-08-16 17:31:09 -04:00
2021-01-31 17:22:20 -05:00
2021-01-05 19:19:00 -05:00
2021-01-03 06:55:31 +01:00
2021-01-14 09:02:08 -05:00
2021-01-13 23:45:53 -05:00
2020-11-07 15:35:07 +01:00