pkgxdev / pkgx

the last thing you’ll install

Home Page:https://pkgx.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pkgx: installed: /usr/local/bin/python{{ version.major }}

magnusviri opened this issue · comments

I think this is a mistake.

pkgx install python
pkgx: installed: /usr/local/bin/python
pkgx: installed: /usr/local/bin/python{{ version.major }}
pkgx: installed: /usr/local/bin/python{{ version.marketing }}
ls -l /usr/local/bin/python*
-rwxr-xr-x  1 root  wheel  46 Oct  2 13:53 /usr/local/bin/python
-rwxr-xr-x  1 root  wheel  65 Oct  2 13:53 /usr/local/bin/python{{ version.major }}
-rwxr-xr-x  1 root  wheel  69 Oct  2 13:53 /usr/local/bin/python{{ version.marketing }}

Side comment, not related to issue:

python --version
 ✓  ~/.pkgx/bytereef.org/mpdecimal/v2.5.1
 ✓  ~/.pkgx/curl.se/ca-certs/v2023.8.22
 ✓  ~/.pkgx/gnu.org/readline/v8.2.0
 ✓  ~/.pkgx/libexpat.github.io/v2.5.0
downloading python.org, python.org (4⁄13) 4.05 MiB/s 1.07/36 MiBzsh: suspended (signal)  python --version
 ✓  ~/.pkgx/sourceware.org/libffi/v3.4.4
 ✓  ~/.pkgx/zlib.net/v1.3.0
 ✓  ~/.pkgx/sourceware.org/bzip2/v1.0.8
 ✓  ~/.pkgx/sqlite.org/v3.43.1
 ✓  ~/.pkgx/tukaani.org/xz/v5.4.4
 ✓  ~/.pkgx/openssl.org/v1.1.1w
 ✓  ~/.pkgx/pip.pypa.io/v23.2.1
 ✓  ~/.pkgx/invisible-island.net/ncurses/v6.4.0
 ✓  ~/.pkgx/python.org/v3.12.0
Python 3.12.0

Hmmmm, Python 3.12.0. Shiny.

lol yes, a mistake. will fix thanks.