Python3.7: error while loading shared libraries: libpython3.7m.so.1.0
问题 I have two versions Python-2.7 , Python-3.5 which I was able to access with python(pip) and python3(pip3) command respectively. Then I have installed an another version of python (i.e 3.7.5) . I have used these commands to install it. sudo apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev \ libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \ xz-utils tk-dev libffi-dev liblzma-dev wget https://www.python.org/ftp/python/3.7.5/Python-3.7.5.tgz