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

Upgrading python version of ydkdev/ydk-py

MahdiR
Level 1
Level 1

Is there a way to upgrade the python version that comes with the latest ydk-py docker image (version 3.5.2)?

I have tried removing the older version with:

apt purge python3

 and installing python 3.6 with: 

apt-get update --fix-missing && apt-get install software-properties-common -y && add-apt-repository ppa:deadsnakes/ppa && apt update && apt install -y python3.6

 but python 3.5.2 is still there!

 

The problem that I have is that I use django in my project, and the latest version of django requires python 3.6 or newer.

0 Replies 0