“Installieren Sie Anforderungen.txt in Anaconda” Code-Antworten

Conda installs Anforderungen.txt Beispiel

conda install --file requirements.txt
Poised Peccary

Erhalten Sie Anforderungen.txt Python conda

pip list --format=freeze > requirements.txt
Lazy Leopard

Installieren Sie Anforderungen.txt in Anaconda

conda create -y --name py37 python=3.7
conda install --force-reinstall -y -q --name py37 -c conda-forge --file requirements.txt
conda activate py37
...
conda deactivate
Stoned Shiba

Ähnliche Antworten wie “Installieren Sie Anforderungen.txt in Anaconda”

Fragen ähnlich wie “Installieren Sie Anforderungen.txt in Anaconda”

Weitere verwandte Antworten zu “Installieren Sie Anforderungen.txt in Anaconda” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen