O
O
Oleg Petrov2018-10-28 16:55:42
Python
Oleg Petrov, 2018-10-28 16:55:42

How to export all Python libraries at once?

In Python, some libraries are installed with great difficulty and problems.
Is there a proven way to export everything you need at once and put it on a clean system at once? Or maybe it's easier to somehow make a snapshot of the entire system and then upload it to a blank disk, is there such a possibility?
PS Additional question. Is it possible to update all libraries with one command?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2018-10-28
@sergey-gornostaev

In Python, some libraries are installed with great difficulty and problems.

Which for example? It's usually very easy to set up.
Is that a roaming virtual environment. But this is, firstly, a platform-dependent solution, and secondly, in general, it is not a good idea. Using requirements.txt is more correct.
No.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question