If you are objective is to use jupyterJupyter notebook, install Anaconda, it comes as ana package where you have anaconda navigator and anaconda prompt to manage IDE and packages respectively.
youYou can straight away type "Jupyter Notebook" in Anaconda Prompt to use it.
Let's say, iI need to use Jupyter notebook in ana virtual environment
conda create --name venv
conda create --name venv Now iI want jupyterJupyter in this virtual environment,
Go to Anaconda Navigator, select the desired environment, Use the Jupyter Notebook or any other IDEs.