< pre class="lang-sh Prettyprint-override">
Код: Выделить всё
(virtualenv-test) bash-4.1$ whereis python
python: /usr/bin/python2.6 /usr/bin/python2.6-config /usr/bin/python
/usr/lib/python2.6 /usr/lib64/python2.6 /usr/X11R6/bin/python2.6
/usr/X11R6/bin/python2.6-config /usr/X11R6/bin/python
/usr/bin/X11/python2.6 /usr/bin/X11/python2.6-config
/usr/bin/X11/python /usr/include/python2.6
/usr/share/man/man1/python.1.gz
Код: Выделить всё
(virtualenv-test) bash-4.1$ which python
/data/virtualenv-test/bin/python
Код: Выделить всё
(virtualenv-test) bash-4.1$ python
python: error while loading shared libraries: libpython3.4m.so.1.0: cannot open shared object file: No such file or directory
Подробнее здесь: https://stackoverflow.com/questions/433 ... annot-open