Skip to content

Commit 837ea43

Browse files
committed
Install symlinks from bare programs to python3 versions
Add the python-is-python3 package to the list of installed ones. This includes unversioned symlinks point to Python 3.x binaries: "python" will be a symbolic link to "python3", "pydoc" to "pydoc3" and so on, for the sake of convenience.
1 parent ea77e97 commit 837ea43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

images/wkdev_sdk/required_system_packages/01-base.lst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ wireplumber
1313
# General utilities
1414
apt-file aptly atop at-spi2-core bind9-dnsutils emacs git htop iotop iputils-ping kmod less libportal-dev libportal-gtk4-dev libxcb-cursor-dev locate man-db nano openssh-client python3-virtualenv strace sudo zip unzip vim-gtk3 wget
1515

16+
# Make python a symbolic link to python3 (and related binaries)
17+
python-is-python3
18+
1619
# Multimedia
1720
libx264-dev
1821
libx265-dev

0 commit comments

Comments
 (0)