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
标签:python3.10,插件,YouCompleteMe,--,j4,安装
From: https://www.cnblogs.com/tangshunhui/p/17455746.html