Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
モジュールを 2 つのバージョンで作成しました。1 つは Python 2 用 ( module_py2.py) で、もう 1 つは Python 3 用 ( module_py3.py) です。Distutils が Python のバージョンを検出し、適切なファイルをインストールできるようにしたい。
module_py2.py
module_py3.py
出来ますか?