cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
397
Views
0
Helpful
0
Replies

python is linked to python3 in venv but result is not as documented

Setting up Linux (CentOS) workstation as a development environment

As per page 5/10 @ https://developer.cisco.com/learning/modules/dev-setup/dev-centos/step/5,

python is linked to Python 3 in venv but python -V doesn't give result python 3.6.9 (the first security-fix release of Python 3.6) but python 3.6.8 (the last bugfix release for 3.6.x)

 

(py3-venv) [qaswar@localhost ~]$ python --version
Python 3.6.8
(py3-venv) [qaswar@localhost ~]$ python3 --version
Python 3.6.8
(py3-venv) [qaswar@localhost ~]$ python3.6 --version
Python 3.6.9

0 Replies 0
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: