Create and activate virtual environment:
conda -V
conda update conda
conda create -n <venvname> python=<x.x> anaconda
conda activate <venvname>
conda deactivate
Install package in your venv:
conda install -n <venvname> <package>
Create and activate virtual environment:
conda -V
conda update conda
conda create -n <venvname> python=<x.x> anaconda
conda activate <venvname>
conda deactivate
Install package in your venv:
conda install -n <venvname> <package>
For further actions, you may consider blocking this person and/or reporting abuse
Ashley D -
Amélie -
Kartik Kumar -
M Sea Bass -
Top comments (0)