How to ignore local python when building python from source

前端 未结 3 1352
傲寒
傲寒 2020-12-10 03:34

When I try to build my own version of Python using:

./configure --enable-shared --prefix=/app/vendor/python-dev && make && make install
         


        
3条回答
提交回复
热议问题