I want to improve efficiency with Python even in an experimental system (1) Install Anaconda with Chocolatey

Motivation

――I want Python to do the boring things! (It has nothing to do with a certain book)

environment

Target

--Install Chocolatey --Install Anaconda

Add Chocolatey

Why put

--Use Chocolatey to install, update, etc. with one command (click using GUI) --Packages can be installed in bulk with the config file even when moving to another environment ――I want you to get used to brew on mac

How to put

--Windows + x → a on the keyboard (PowerShell starts with administrator privileges) --Copy and paste the following command and enter (see also Official Site)

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Insert Chocolatey GUI

Why put

--The config file used for migration can be easily output.

--If you want to start PowerShell with administrator privileges every time, you can skip it!

How to put

choco install ChocolateyGUI -y

--For details, the article here is easy to read. --It also describes how to put out the config file.

Put Anaconda

Why put

――In Windows, I feel the tendency to put this in. --Because packages such as pandas and jupyter are also included by default ――There is no particular deep reason

How to put

choco install anaconda3 -y

--Or search for ʻanaconda` in the chocolatey tab on the left from the Chocolatey GUI

--Double-click to select the desired package and click the install button at the bottom right

that's all. Thank you very much.

Digression

--From the knowledge that Windows was installed cleanly more than 10 times this year, I summarized it to make it a little easier next year. ――If Windows 10 is digitally activated, you can change the storage (physical) or perform a clean installation, so if you feel free to put it in and it breaks, use Media Creation Tool etc. to make it a clean environment and do it. I have a desire ――As mentioned in the above article, it is not as good as brew on mac, so please think about installing it a little if you get used to it. --Give the config file to the newcomer, read this and install it, if possible, I'm sorry ...

Chocolatey Recommended Package (Bonus)

Recommended Posts

I want to improve efficiency with Python even in an experimental system (1) Install Anaconda with Chocolatey
I want to improve efficiency with Python even in an experimental system (3) I want to do something like Excel with Pandas
I want to improve efficiency with Python even in an experimental system (4) Use ser.close () when an error is thrown using try syntax
I want to improve efficiency with Python even in the experimental system (5) I want to send a notification at the end of the experiment with the slack API
Even in JavaScript, I want to see Python `range ()`!
I want to work with a robot in python.
I want to debug with Python
I want to solve APG4b with Python (only 4.01 and 4.04 in Chapter 4)
I want to run Rails with rails s even in vagrant environment
I tried to improve the efficiency of daily work with Python
I want to pip install with PythonAnywhere
I want to analyze logs with Python
I want to play with aws with python
Environment maintenance made with Docker (I want to post-process GrADS in Python
I want to color a part of an Excel string in Python
I want to do Dunnett's test in Python
I want to use MATLAB feval with python
I want to create a window in Python
I want to make a game with Python
I wanted to install Python 3.4.3 with Homebrew + pyenv
I want to be an OREMO with setParam!
I want to merge nested dicts in Python
I want to use Temporary Directory with Python2
#Unresolved I want to compile gobject-introspection with Python3
I want to solve APG4b with Python (Chapter 2)
I want to write to a file with Python
I want to display the progress in Python!
[Python] I want to know the variables in the function when an error occurs!
I want to send Gmail with Python, but I can't because of an error
I want to write in Python! (1) Code format check
I want to convert an image to WebP with lollipop
Even beginners want to say "I fully understand Python"
I want to embed a variable in a Python string
I want to easily implement a timeout in python
I want to handle optimization with python and cplex
I want to write in Python! (2) Let's write a test
I want to randomly sample a file in Python
I was addicted to scraping with Selenium (+ Python) in 2020
I tried to implement an artificial perceptron with python
I want to inherit to the back with python dataclass
I want to write in Python! (3) Utilize the mock
I want to AWS Lambda with Python on Mac!
[ML Ops] I want to do multi-project with Python
I want to use the R dataset in python
I want to run a quantum computer with Python
I want to do something in Python when I finish
I want to manipulate strings in Kotlin like Python!
I want to get an error message in Japanese with django Password Change Form
I want to be able to analyze data with Python (Part 3)
I want to specify another version of Python with pyvenv
Install Python environment with Anaconda
I want to be able to analyze data with Python (Part 1)
I want to do something like sort uniq in Python
I want to be able to analyze data with Python (Part 2)
I want to automatically attend online classes with Python + Selenium!
[Python] I want to use the -h option with argparse
An introduction to functional programming to improve debugging efficiency in 1 minute
How to run an app built with Python + py2app built with Anaconda
I want to install a package from requirements.txt with poetry
I want to be able to run Python in VS Code
I want to make input () a nice complement in python