Skip to content

Commit 19e098f

Browse files
committed
PEP 739: put base_prefix above base_interpreter
Signed-off-by: Filipe Laíns <lains@riseup.net>
1 parent d68643b commit 19e098f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0739/example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.0",
3-
"base_interpreter": "/usr/bin/python",
43
"base_prefix": "/usr",
4+
"base_interpreter": "/usr/bin/python",
55
"platform": "linux-x86_64",
66
"language": {
77
"version": "3.14",

0 commit comments

Comments
 (0)