Custom Anaconda installation on a WURclient computer

Image credit: Panos Sakalakis on Unsplash
Table of Contents

Motivation

A WURclient desktop or laptop at Wageningen University & Research is not a standard Windows 10 computer. WURclients use Windows 10 Enterprise, which has been modified by Facilities and Services Information Technology (FB-IT) among others with respect to installation rights for security reasons.

WURclient desktops and laptops at Wageningen University & Research can install Anaconda from the Software Center created by the IT department, which is launched by clicking on Start and selecting the “Software Center” tile. At the time this post was written the latest version of Anaconda in Software Center was Anaconda Python 2021.11. The current latest available version in Software Center is Anaconda Python 2023.07-2.

This version of Anaconda Python was packaged for educational purposes. Only once per year a new version of Anaconda Python is released in Software Center and simultaneously in the WUR AppStore (course software for students).

Many users, however, would like to use a newer version of Anaconda Python than the one in Software Center. At the moment of writing this post the latest version of Anaconda Python released on the Anaconda Repository Archive is Anaconda3 version 2022.10 containing Python 3.9.13 (released on 2022-10-17). The post has been updated, with the exception of the screenshots, to Anaconda3 version 2023.07-2 containing Python 3.11.4 (released 2023-08-04).

This post will show how to custom install Anaconda Python on a WURclient desktop or laptop computer without using Software Center.
The installation instructions in this post are not to be used on privately owned desktops or laptops! For a privately owned desktop or laptop see the post: Anaconda installation on Windows 10/11.

Prerequisite

To be able to perform a custom installation of R you need to have POWER USER RIGHTS on the WURclient desktop or laptop.

To see whether you possess these rights, right-click any icon (except Recycle Bin or WUR HELP) on the desktop. When the opened menu contains the option ‘WUR - Run with administrative rights’ (seventh or eighth from the top), it means you have power user rights on that particular desktop or laptop.

Uninstall a previously installed Anaconda Python version

Before performing a new custom installation of Anaconda it is recommended to uninstall a previously installed version.

Here two procedures are described, follow the one that fits your needs:

In case you have no version of Anaconda installed on your WURclient desktop or laptop you can proceed to the section Custom Anaconda installation.

Installed from Software Center

If you previously installed Anaconda Python from Software Center, then to remove Anaconda Python reopen the Software Center by clicking on Start and next click on the Software Center tile. If for some reason you lack this tile in your start menu, just type ‘Software Center’ and it will appear in a search results window in your Windows task bar.

In the left column of Software Center navigate to “Installation Status”. Select the installed Anaconda Python version and click on the green button bearing the text “Uninstall”. This will start the removal of the software. You will be informed by the Software Center, when the software has been uninstalled.

If you have not installed another version of Anaconda Python, either via Software Center or via a custom installation, your computer should now be lacking a functioning Anaconda Python installation. Continue with the section Custom Anaconda installation to perform a new custom installation of Anaconda.

When you do still have a working Anaconda Python installation on your WURclient computer, return to Uninstall a previously installed Anaconda version and follow the procedure applicable to your situation.

Installed previously as a custom installation

Let’s assume you previously installed Anaconda3 version 2021.11 on a WURclient computer (either a desktop or laptop) by following the steps for a custom installation of Anaconda as described in this post. For a newer version of Anaconda the steps are the same, but names of folders may differ.

To uninstall Anaconda perform the following steps:

  1. Open a File Explorer and navigate to the folder C:\MyPrograms\Anaconda3. Right-click the file Uninstall-Anaconda3.exe and select ‘WUR - Run with administrative rights’ as displayed in Figure 1 below.
Uninstall Custom Anaconda Installation from File Explorer.
Uninstall Custom Anaconda Installation from File Explorer.
  1. The uninstaller will start as shown below in Figure 2. Click the ‘Next >’ to proceed.
Welcome to Anaconda3 2021.11 (64-bit) Uninstall Announcement.
Welcome to Anaconda3 2021.11 (64-bit) Uninstall Announcement.
  1. The uninstaller proceeds to the next screen, as shown in Figure 3, displaying the folder from where Anaconda3 will be uninstalled. Click the ‘Uninstall’ to proceed.
Uninstall Anaconda3 2021.11 (64-bit) from specified location.
Uninstall Anaconda3 2021.11 (64-bit) from specified location.
  1. Once the uninstallation has completed, a message of success will be display as shown below in Figure 4. Click the ‘Next >’ button to continue.
Anconda Uninstallation Complete
Anconda Uninstallation Complete
  1. To finish off the uninstallation click the ‘Finish’ button as displayed in Figure 5.
Completing Anconda3 2021.11 (64-bit) Uninstall
Completing Anconda3 2021.11 (64-bit) Uninstall

If you have not installed another version of Anaconda Python, either via Software Center or via a custom installation, your computer should now be lacking a functioning Anaconda Python installation. Continue with the section Custom Anaconda installation to perform a new custom installation of Anaconda.

When you do still have a working Anaconda Python installation on your WURclient computer, return to Uninstall a previously installed Anaconda version and follow the procedure applicable to your situation.

Custom Anaconda installation

To prepare the custom Anaconda installation a couple of folders need to be created prior to the installation of Anaconda. Perform the following steps exactly as described:

  1. Search for the Command Prompt App by typing cmd in the search field of the Windows task bar.

  2. The left part of the search results will show the Command Prompt App as best match and it will be highlighted in blue. Click on Open file location (third from the top) in the right part displaying the options for the Command Prompt App.

  3. A File Explorer window will open with the shortcut to Command Prompt highlighted in blue. Right click the Command Prompt shortcut and select ‘WUR - Run with adminstrative rights’ as shown in Figure 6 below.

Run CMD with 'WUR administrative rights' from File Explorer.
Run CMD with ‘WUR administrative rights’ from File Explorer.
  1. The Command Prompt application will open, as shown in Figure 7, on the folder C:\Windows. The top of the window shows that the Command Prompt application is used in Administrator mode (WARNING: BE CAREFULL!!).
Command Prompt with Adminstrative Rights.
Command Prompt with Adminstrative Rights.
  1. Create the directory C:\MyPrograms. In case the directory already exists, the message A subdirectory or file C:\MyPrograms already exists. will appear. To create the indicated folder copy (CTRL+C), paste (CTRL+V) the following line behind the prompt and press return (Enter) to execute it:
mkdir C:\MyPrograms
  1. Next create the directory C:\MyData. This is done by copying (CTRL+C) the following line, pasting (CTRL+V) it behind the prompt and pressing return (Enter) to execute. In case the directory already exists, the message A subdirectory or file C:\MyData already exists. will appear.
mkdir C:\MyData
  1. To close the Command Prompt application type exit and press return (Enter) to execute.

Download

At the time this post was written, the latest release of Anaconda3 was version 2022.10. It has been updated to the latest release version 2023.07-2 of Anaconda3.

The installer for Windows 10/11 can be downloaded directly from this link: Anaconda3 2023.07-2 for Windows (ca. 898.6MB, 64-bit).

From Anaconda3 version 2022.10 the installer is only available for 64-bit Windows 10/11 and will not install on a 32-bit version of the Operating System.

Installation

For newer versions of Anaconda3 than 2022.10 the steps described below are the same and still correct, but start with a newer version of the downloaded executable installer file of Anaconda3. The screenshots in this post have not been updated. Therefore, what you see during your installation will differ with respect to the version number shown in the screenshots.

  1. Right-click the downloaded file Anaconda3-2023.07-2-Windows-x86_64.exe and select ‘WUR - Run with administrative rights’. This file will most likely reside in your Downloads folder of your user account.

  2. If asked for allow to install the software on your computer.

  3. After the installer has started, a first selection window will appear as displayed below in Figure 8. Click the ‘Next >’ button to proceed.

Welcome to Anaconda3 2022.11 (64-bit) Setup.
Welcome to Anaconda3 2022.11 (64-bit) Setup.
  1. The installer will now display the license agreement for installation of Anaconda3, as shown below in Figure 9. Click on the ‘I Agree’ button to agree to the terms.
Anaconda3 Setup License Agreement
Anaconda3 Setup License Agreement
  1. After agreeing to the license terms, the Anaconda3 setup will ask for whom you wish to install for, as displayed in Figure 10. Select the radio button ‘All Users (requires admin priveleges)’ and click on the ‘Next >’ button to proceed.
Anaconda3 Setup Select Installation Type
Anaconda3 Setup Select Installation Type
  1. Having selected the installation type, the Anaconda3 setup will request for an installation location as shown in Figure 11. Change the destination location to C:\MyPrograms\Anaconda3, to match Figure 11, by typing the destination path directly into the text field displayed (currently showing C:\ProgramData\Anaconda3). Click on the ‘Next >’ button to continue.
Anaconda3 Setup Choose Installation Location
Anaconda3 Setup Choose Installation Location
  1. After selecting the installation location folder the Advanced Installation Options will appear, as displayed below in Figure 12. Leave the selection as displayed and click on the ‘Install’ button to start the installation.
Anaconda3 Setup Advanced Installation Options
Anaconda3 Setup Advanced Installation Options
  1. Once the installation has been completed Figure 13 will be displayed. Click on the ‘Next >’ button to continue.
Anaconda3 Setup Installation was completed successfully
Anaconda3 Setup Installation was completed successfully
  1. Next the Anaconda3 Setup will show some information on how great Anaconda works with DataSpell as shown in Figure 14. Click the ‘Next >’ button to proceed.
Anacond3 Setup message about Anaconda and DataSpell
Anacond3 Setup message about Anaconda and DataSpell
  1. Finally the Annaconda 3 Setup shows that installation has been completed as displayed in Figure 15. Remove the tick marks from the boxes in front of ‘Anaconda Distribution Tutorial’ and ‘Getting Started with Anaconda’, unless you want to display this information, click the ‘Finish’ button to finish off the installation and close the Anaconda3 Setup.
Completing Anacond3 Setup
Completing Anacond3 Setup
Congratulations, 😆, you now have Anaconda3 version 2023.07-2 containing Python 3.11.4w! installed on your WURclient desktop or laptop computer!

Before using Anaconda check out the configuration instructions below carefully.

At least do the part on Changing the Default Startup Working Directory!

Configuration Anaconda3

Changing the Default Startup Working Directory

When starting JupyterLab or Jupyter Notebook from within Anaconda Navigator the default working directory on a WURclient will be C:\User\user001, where user001 will display your own WUR username. This is not a very smart location to store your Jupyter Notebook files (files with the *.ipynb extension), because this a local storage location without backup.

Most users would like to store their documents in M:\My Documents, which is an internal mapping to \\WURNET.NL\Homes\user001\Documents. Files stored in your M:\-drive are backed up by FB-IT and, therefore, provide a much safer storage environment.

To change the default start up working directory perform the following steps:

  1. Open the Start Menu and navigate to ‘Anaconda3 (64-bit)’.

  2. Either start ‘Anaconda Powershell Prompt (Anaconda3)’ or ‘Anaconda Prompt (Anaconda3)’. A window will open displaying the prompt as (base) PS C:\> for ‘Anaconda Powershell’, or (base) C:\> for ‘Anaconda Prompt`.

  3. Type the command shown below behind the prompt and press return (Enter) to execute:

jupyter notebook --generate-config
  1. A message stating: Writing default config to: C:\Users\user001\.jupyter\jupyter_notebook_config.py, where user001 will display your own WUR username, is printed in the window. Type exit and press return (Enter) to close the prompt window.

  2. Open a File Explorer window and navigate to the created file C:\Users\verou004\.jupyter\jupyter_notebook_config.py. You may have to change the settings in File Explorer to show the hidden items (File Explorer top menu bar ‘View’ and place a tick mark in front of ‘hidden items’).

  3. Right-click the file jupyter_notebook_config.py and select ‘Open with’. Remove the tick mark in front of ‘Always use this app to open .py files’ and select e.g. ‘Notepad’. If you do not see ‘Notepad’, click on ‘More apps’.

  4. The file jupyter_notebook_config.py will open in the ‘Notepad’ application. Navigate to line 450 (press CTRL+G and enter 450). Remove the # and whitespace character in front of c.NotebookApp.notebook_dir and replace '' with 'M:\My Documents'. Save the document by press CTRL+S. Lines 448-450 should now look like this:

## The directory to use for notebooks and kernels.
#  Default: ''
c.NotebookApp.notebook_dir = 'M:\My Documents'
  1. Make sure you have saved your changes in the file jupyter_notebook_config.py and close the ‘Notepad` application.

You have now changed the default start up working directory permanently.

Upgrading Anaconda Navigator (Anaconda3)

After starting Anaconda Navigator, sometimes you will see that a newer version of the Navigator is available. In the top right corner this is indicated as displayed in Figure 16

Upgrade available for Anaconda Navigator
Upgrade available for Anaconda Navigator

However, having started Anaconda Navigator from the Start Menu as regular user, you will be prompted to enter the administrator username and password. This is a problem, because you are a Power User and not an Administrator.

To be able to upgrade Anaconda Navigator you have to start the application with ‘WUR - Run with adminstrative rights’. This can be done by following these steps:

  1. Open the Start Menu and navigate to ‘Anaconda3 (64-bit)’

  2. Right-click on the ‘Anaconda Navigator (Anaconda3)’ start item, select ‘More’ > ‘Open file location’. This will open a File Explorer window displaying the shortcuts to start items of ‘Anaconda3 (64-bit)’.

  3. Again right-click on the start item “Anaconda Navigator (Anaconda3)” in the File Explorer windows and select ‘WUR - Run with adminstrative rights’

Now you will be able to upgrade Anaconda Navigatore by clicking on ‘Upgrade Now’, as displayed in Figure 16.

Add a R kernel

After installing Anaconda3 only the Python kernel is present. To add a R kernel for use inside Jupyter Notebook or JupyterLab perform the following steps:

  1. Open the Start Menu and navigate to ‘Anaconda3 (64-bit)’.

  2. Start ‘Anaconda Powershell Prompt (Anaconda3)’. A window will open displaying the prompt as (base) PS C:\>.

  3. Navigate to where R.exe is located. Let’s assume you have R v4.2.1 installed, either via Software Center or via Custom installation on a WURclient. For other R versions than 4.2.1 do not forget to change the R version number!

    • For a installation via Sofware Center use the following commands:

       cd C:\Program Files\R\R-4.2.1\bin\
       .\R.exe
       # At the R prompt, indicated by >
       install.packages("IRkernel")
         IRkernel::installspec()
       q()
       Save workspace image? [y/n/c]: n
       # back at the powershell prompt, indicated by (base) PS C:\>
       exit
      
    • For a Custom installation on a WURclient use the following commands:

       cd C:\MyPrograms\R\R-4.2.1\bin\
       .\R.exe
       # At the R prompt, indicated as >
       install.packages("IRkernel")
       IRkernel::installspec()
       q()
       Save workspace image? [y/n/c]: n
       # back at the powershell prompt, indicated by (base) PS C:\>
       exit
      

Now the R kernel will be available in Jupyter Notebook and JupyterLab.

Add a Julia kernel

After installing Anaconda3 only the Python kernel is present, unless you already did Add a R kernel . To add a Julia kernel for use inside Jupyter Notebook or JupyterLab perform the following steps:

  1. Open Julia on your WURclient. A window will open and you will see the prompt displayed as julia>
  2. Type ] and the prompt will change into (@v1.8) pkg>. This under the assumption that you have Julia v1.8.2 or later installed. For other versions of Julia the version number for package management will differ.
  3. Type the command add IJulia. This will install a lot of packages and make the Julia kernel available in Jupyter Notebook and JupyterLab.
  4. Close the Julia package manager by pressing the BACKSPACE key on your keyboard.
  5. Type exit() to close Julia.

Now the Julia kernel will be available in Jupyter Notebook and JupyterLab.

Maikel Verouden, Ph.D.
Maikel Verouden, Ph.D.
Researcher | Lecturer | IT & Organization contact person

My research interests include Statistics, Teaching and programmable matter (statistical software).