create conda environment

create a project folder like sample_project and then change into that folder and run the command below to create the conda environment.

conda create --prefix ./env jupyter pandas numpy matplotlib scikit-learn

watch the code carefully – for activating the conda environment you need to include the fully path include the \env folder in the path.

conda activate c:\ml-course\sample_project\env

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *