Where is environment.yml located

Viewed 13

Where are the requirements.txt and environment.yml files located when created via the following commands in a conda venv.

pip freeze > requirements.txt

conda env export > environment.yml --no-builds

Can't find them any where in any directory in Finder on MacOS. Have looked in opt/miniconda3/envs/my_venv

0 Answers
Related