YouCompleteMe 对软件版本要求,编译python默认都是静态库,YouCompleteMe需要动态库

Problems installing Python 3 with --enable-shared
export LD_RUN_PATH=~/opt/python3.10/lib;./configure --prefix=~/opt/python3.10/ --enable-shared
export LD_RUN_PATH=/home/tangshunhui/python3.10/lib;make -j4 && make install -j4