python #
# 安装 pipx
# sudo yum install -y python3
python3 -m pip install --user pipx
python3 -m pipx ensurepath
# 升级
# python3 -m pip install --user --upgrade pipx
# 再安装 poetry
pipx install poetry
# 安装 poetry
# curl -sSL https://install.python-poetry.org | python3 -
# 安装 pyenv
curl https://pyenv.run | bash
叶王 © 2013-2024 版权所有。如果本文档对你有所帮助,可以请作者喝饮料。