Hi, I am trying to configure my python development environment with virtual env, based on this tutorial ; for this I try to run the command
conda install virtualenvwrapper
but I get the following error:
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- virtualenvwrapper
Current channels:
To search for alternate channels that may provide the conda package you're looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
Is there any way to install it? If I install it with pip anaconda, will it recognize it?