ageron / handson-ml

⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 instead.
Apache License 2.0
25.14k stars 12.91k forks source link

Issues with creating virtual environment instructions. #600

Open jmoges opened 3 years ago

jmoges commented 3 years ago

The instructions for creating a virtual environment in Anaconda are as follows:

$ conda env create -f environment.yml $ conda activate mlbook

However, when this is done in windows and I type conda info --envs I see it has created tf1, not mlbook. Am I doing something wrong?