How can I use Miniconda to create a pure Python virtual environment? – Debian
When I use the following command to create a new virtual environment, it succeeds. conda create -n my_env python=3.7 But when I wanted to export the package of the new environment to the requirements.txt file, I found that many other…