Skip to content

Using Anaconda Python on Windows

Andrew Boring edited this page Mar 4, 2019 · 1 revision

Step 1: Download Anaconda
Step 2: Run the installer. See the install guide for additional information about setting PATH.
Step 3: Open Start -> Anaconda -> Anaconda Prompt
Step 4: Type conda create --name aci python=3.6 anaconda to create an "aci" virtualenv.
Step 5: Type activate aci to start your aci environment.
Step 6: Type python -V to verify your Python version, or jupyter notebook to launch a new Jupyter notebook.

Depending on your Windows version, you may want to consider changing your default browser to Chrome or Firefox if you're using IE or Edge.

Clone this wiki locally