Skip to main content
Chemistry LibreTexts

3.1: Some DOS commands

  • Page ID
    204816
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Your windows computer using the DOS operating system.   Since you will be running Anaconda and Thonny on your laptop you need to know a few DOS commands to instal and update your programs.  When working on the Raspberry Pi you will be using Debian, which is a form of Linux, and those command line options are in other sections of this appendice.

    To start the command prompt type "Command Prompt" in the Start Menu, or use the keyboard shortcult "Windows key + R" and then type cmdd

    clipboard_e2c3c97f04e846703e34551ce59d39d3f.pngFigure \(\PageIndex{1}\): activating the command prompt on a windows 10 machine.

    We will use very few commands in DOS and these will mostly be for updating Anaconda (and thus python), and so we will use the Anaconda Prompt (Figure \(\PageIndex{2}\).

    clipboard_e6e015e5481169501d035dd0663a012eb.pngFigure \(\PageIndex{2}\): Activating the Anaconda Prompt through Windows Start Menu

    The following commands a

    To see what is installed type:

    conda list
    

    To update conda type:

    conda update anaconda
    (if that does not work try)
    conda update -n base conda
    

     

     


    This page titled 3.1: Some DOS commands is shared under a not declared license and was authored, remixed, and/or curated by Robert Belford.

    • Was this article helpful?