cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Who rated this post

L6 Presenter

As Gfreeman is saying if you run python --version what you see as the default version? You may installed "pan-os-python" under python2 or python3 (pip2 or pip3) but not under the default version of python.

 

https://linuxize.com/post/how-to-install-pip-on-ubuntu-20.04/

 

https://dev.to/meetsohail/change-the-python3-default-version-in-ubuntu-1ekb

 

 

You can also create docker image and a container with ansible and the corect python than changing things and environmentals in your main operational system:


https://phoenixnap.com/kb/how-to-commit-changes-to-docker-image

Who rated this post