S
S
Sergey Nizhny Novgorod2016-02-09 05:35:04
Python
Sergey Nizhny Novgorod, 2016-02-09 05:35:04

How to update Python version in Cent OS7?

Good afternoon.
Through virtualenv I create a virtual environment for myself.
Next, through pip, I put myself a python. The default version is 2.7, how can I upgrade it to 3.5?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
KIN1991, 2016-02-09
@KIN1991

It’s better not to touch the native python at all, it’s better to install the new one you want somewhere in opt, and then when creating a virtual environment, specify the path to the Python you installed earlier

D
Dmitry, 2016-02-09
@DemiKam

Here is an article that fully describes the answer to your question: habrahabr.ru/post/203516 . And I agree with KIN1991 KIN1991 , native python (preinstalled in the system by default can not be touched)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question