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.
我用两个版本编写了我的模块,一个用于 Python 2 ( module_py2.py),另一个用于 Python 3 ( module_py3.py)。我希望 Distutils 可以检测 Python 版本并安装正确的文件。
module_py2.py
module_py3.py
可能吗?