差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| python:taurus [2022/06/25 16:37] – ともやん | python:taurus [2022/06/26 17:28] (現在) – ともやん | ||
|---|---|---|---|
| 行 7: | 行 7: | ||
| $ python -m venv pyTaurus | $ python -m venv pyTaurus | ||
| $ . .\pyTaurus\Scripts\activate | $ . .\pyTaurus\Scripts\activate | ||
| + | (pyTaurus) $ python -m pip install --upgrade pip | ||
| + | </ | ||
| + | <WRAP color_result>< | ||
| + | Requirement already satisfied: pip in c: | ||
| + | Collecting pip | ||
| + | Downloading pip-22.1.2-py3-none-any.whl (2.1 MB) | ||
| + | <b style=" | ||
| + | Installing collected packages: pip | ||
| + | Attempting uninstall: pip | ||
| + | Found existing installation: | ||
| + | Uninstalling pip-22.0.4: | ||
| + | Successfully uninstalled pip-22.0.4 | ||
| + | Successfully installed pip-22.1.2 | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <WRAP color_term> | ||
| + | <WRAP color_command>< | ||
| + | (pyTaurus) $ pip install --upgrade wheel setuptools cython | ||
| + | </ | ||
| + | <WRAP color_result>< | ||
| + | Collecting wheel | ||
| + | Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB) | ||
| + | Requirement already satisfied: setuptools in c: | ||
| + | Collecting setuptools | ||
| + | Downloading setuptools-62.6.0-py3-none-any.whl (1.2 MB) | ||
| + | <b style=" | ||
| + | Collecting cython | ||
| + | Using cached Cython-0.29.30-py2.py3-none-any.whl (985 kB) | ||
| + | Installing collected packages: wheel, setuptools, cython | ||
| + | Attempting uninstall: setuptools | ||
| + | Found existing installation: | ||
| + | Uninstalling setuptools-58.1.0: | ||
| + | Successfully uninstalled setuptools-58.1.0 | ||
| + | Successfully installed cython-0.29.30 setuptools-62.6.0 wheel-0.37.1 | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <WRAP color_term> | ||
| + | <WRAP color_command>< | ||
| (pyTaurus) $ pip install bzt | (pyTaurus) $ pip install bzt | ||
| </ | </ | ||