pipx在隔离环境中运行python应用

2024-09-27 09:31:08 浏览数 (1)

教育之宗旨,在使儿童成为自治自立的人物,而不是受制于他人的人物。——斯宾诺莎

官方文档:

pipx

github:

https://github.com/pypa/pipx

我们安装:

代码语言:javascript复制
Github-Id-VampireAchao:~ achao$ brew install pipx
HOMEBREW_BREW_GIT_REMOTE set: using https://mirrors.ustc.edu.cn/brew.git as the Homebrew/brew Git remote.
remote: Enumerating objects: 458, done.
remote: Counting objects: 100% (159/159), done.
remote: Total 458 (delta 159), reused 159 (delta 159), pack-reused 299
Receiving objects: 100% (458/458), 300.25 KiB | 1.10 MiB/s, done.
Resolving deltas: 100% (261/261), completed with 90 local objects.
From https://mirrors.ustc.edu.cn/brew
   9160445818..d1509cbef0  master     -> origin/master
 * [new tag]               4.3.24     -> 4.3.24
==> Auto-updating Homebrew...
Adjust how often this is run with HOMEBREW_AUTO_UPDATE_SECS or disable with
HOMEBREW_NO_AUTO_UPDATE. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
==> Auto-updated Homebrew!
Updated 2 taps (homebrew/core and homebrew/cask).
==> New Formulae
cyphernetes              goku                     libnice-gstreamer        mbpoll
git-spice                kty                      llvm@18
==> New Casks
localsend

You have 67 outdated formulae and 2 outdated casks installed.

==> Fetching dependencies for pipx: ca-certificates, openssl@3, readline, sqlite and python@3.12
==> Fetching ca-certificates
==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles/bottles/ca-certificates-2024-09-24.all.
############################################################################################# 100.0%
==> Fetching openssl@3
==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles/bottles/openssl@3-3.3.2.arm64_sequoia
############################################################################################# 100.0%
==> Fetching readline
==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles/bottles/readline-8.2.13.arm64_sequoia.b
############################################################################################# 100.0%
==> Fetching sqlite
==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles/bottles/sqlite-3.46.1.arm64_sequoia.bot
############################################################################################# 100.0%
==> Fetching python@3.12
==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles/bottles/python@3.12-3.12.6.arm64_sequ
############################################################################################# 100.0%
==> Fetching pipx
==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles/bottles/pipx-1.7.1.arm64_sequoia.bottle
############################################################################################# 100.0%
==> Installing dependencies for pipx: ca-certificates, openssl@3, readline, sqlite and python@3.12
==> Installing pipx dependency: ca-certificates
==> Pouring ca-certificates-2024-09-24.all.bottle.tar.gz
==> Regenerating CA certificate bundle from keychain, this may take a while...



	

0 人点赞