Python Install Manager (PIM)とは? python.org で公開されている、Pythonの新しい管理ツール(Windows専用)です。以下略称の「PIM」を使います。 Pythonのインストール、アップデートが、コマンドラインでできる。 バージョン切り替えが楽。 環境変数(PATH, PY_PYTHONなど)が ...
あなたは、Pythonのパッケージをインストールするのに、次のようなコマンドを入力したことがありますか? 私はあります。むしろ毎回入力していました。大昔の話ですが。 python setup.py install このような「コマンド直打ち」のパッケージインストールには ...
Soon to be the official tool for managing Python installations on Windows, the new Python Installation Manager picks up where the ‘py’ launcher left off. Python is a first-class citizen on Microsoft ...