mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
dev-python/ipykernel: handle the multiple python3 case.
Bonus of verion bump. Credit: Colin MacLean Closes: https://bugs.gentoo.org/628222 Package-Manager: Portage-2.3.28, Repoman-2.3.9
This commit is contained in:
@@ -36,7 +36,7 @@ python_install() {
|
||||
distutils-r1_python_install
|
||||
|
||||
# bug 628222, specify python 2 or 3.
|
||||
sed -e "s:python:${EPYTHON}:" \
|
||||
sed -e "s:python:${EPYTHON%.*}:" \
|
||||
-i "${ED}"usr/share/jupyter/kernels/${EPYTHON%.*}/kernel.json || die
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user