Answer the question
In order to leave comments, you need to log in
How to change python versions to specific ones in this command for centos?
I'm trying to install a django project on jino's vps hosting, they indicated that it's better not to change the default python version, but it is the second one.
Following this https://www.vultr.com/docs/how-to-install-django-o... instructions I write the command yum install python-devel python-setuptools python-pip - but all components for the second version of python are installed how to change so that everything is set to 3.6
Answer the question
In order to leave comments, you need to log in
yum install python3-devel python3-setuptools python3-pip
Yuzay for an environment or virtualenv, or deploy in a docker container.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question