How to modify .condarc file or use pinning to force conda to install the noarch selenium version when running “conda update –all”?
I would like to install selenium v4.1.0 on Anaconda python on Windows.
I would like to install selenium v4.1.0 on Anaconda python on Windows.
When I try to update conda, I was told to execute conda update -n base conda, does this mean that the conda tool is installed in the base environment? Or the conda tool is installed out of any environment?
I know pip is a package manager for python packages. However, I saw the installation on IPython’s website use conda to install IPython.
I installed Anaconda and can run Python, so I assume that I installed it correctly. Following this introductory documentation, I am trying to install Python v3.3, so I am copying and pasting the following line into my console:
I have create this simple env with conda:
I’ve noticed that normally when packages are installed using various package managers (for python), they are installed in /home/user/anaconda3/envs/env_name/ on conda and in /home/user/anaconda3/envs/env_name/lib/python3.6/lib-packages/ using pip on conda.
I’m on Windows 8, using Anaconda 1.7.5 64bit.
I am attempting to create a conda environment with 3 packages and a specific python version and get the following output:
I’ve installed Anaconda and created two extra environments: py3k (which holds Python 3.3) and py34 (which holds Python 3.4). Besides those, I have a default environment named ‘root’ which the Anaconda installer created by default and which holds Python 2.7. This last one is the default, whenever I launch ‘ipython’ from the terminal it gives me version 2.7. In order to work with Python 3.4, I need to issue the commands (in the shell)
I installed Anaconda 4.4.0 (Python 3.6 version) on Windows 10 by following the instructions here: https://www.continuum.io/downloads. However, when I open the Command prompt window and try to write