Member since
08-09-2020
1
Post
0
Kudos Received
0
Solutions
08-13-2020
08:13 AM
@Jordan_Kalmukov A stack trace can help us better to understand issue and you can get exact thoughts. Ideally the Python path looks like this: [CMroot@xxxx~]# whereis python python: /usr/bin/python /usr/bin/python2.7 /usr/lib/python2.7 /usr/lib64/python2.7 /etc/python /usr/include/python2.7 /usr/share/man/man1/python.1.gz [CMroot@xxxx ~]# which python /usr/bin/python
... View more