Skip to content

Commit 763c461

Browse files
committed
Software update
1 parent fdeaea9 commit 763c461

File tree

2 files changed

+22
-12
lines changed

2 files changed

+22
-12
lines changed

01 Python Environment/2 Installation.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ In every Linux distribution Python is installed by default. Just make sure you h
1616

1717
## Windows
1818

19-
In Windows, the simplest solution is to install [Anaconda](https://www.anaconda.com/distribution/) environment, which already includes all the necessary libraries and a set of additional tools. Go to <https://www.anaconda.com/products/individual#Downloads> and download **Python 3.9**.
19+
In Windows, the simplest solution is to install [Anaconda](https://www.anaconda.com/distribution/) environment, which already includes all the necessary libraries and a set of additional tools. Go to <https://www.anaconda.com/products/individual#Downloads> and download the installer.
2020

21-
After downloading the installer, run it. You can leave the default settings. However, I suggest that during installation you make sure that the **All users** and **Register Anaconda as the system Python 3.9** options are checked. I also suggest to check **Add Anaconda to the system PATH environment variable** (ignore the installer warning). It will save some problems in the future...
22-
23-
![Anaconda installer](anaconda.png)
21+
After downloading the installer, run it. You can leave the default settings. However, I suggest that during installation you make sure that the **All users** and **Register Anaconda as the system Python 3.11** options are checked.
2422

2523
After successful installation, new items will appear in the Start menu:
2624

Gemfile.lock

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,45 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.6)
4+
activesupport (7.1.1)
5+
base64
6+
bigdecimal
57
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
connection_pool (>= 2.2.5)
9+
drb
610
i18n (>= 1.6, < 2)
711
minitest (>= 5.1)
12+
mutex_m
813
tzinfo (~> 2.0)
9-
addressable (2.8.4)
14+
addressable (2.8.5)
1015
public_suffix (>= 2.0.2, < 6.0)
16+
base64 (0.1.1)
17+
bigdecimal (3.1.4)
1118
coffee-script (2.4.1)
1219
coffee-script-source
1320
execjs
1421
coffee-script-source (1.11.1)
1522
colorator (1.1.0)
16-
commonmarker (0.23.9)
23+
commonmarker (0.23.10)
1724
concurrent-ruby (1.2.2)
25+
connection_pool (2.4.1)
1826
dnsruby (1.70.0)
1927
simpleidn (~> 0.2.1)
28+
drb (2.1.1)
29+
ruby2_keywords
2030
em-websocket (0.5.3)
2131
eventmachine (>= 0.12.9)
2232
http_parser.rb (~> 0)
2333
ethon (0.16.0)
2434
ffi (>= 1.15.0)
2535
eventmachine (1.2.7)
26-
execjs (2.8.1)
27-
faraday (2.7.10)
36+
execjs (2.9.1)
37+
faraday (2.7.11)
38+
base64
2839
faraday-net_http (>= 2.0, < 3.1)
2940
ruby2_keywords (>= 0.0.4)
3041
faraday-net_http (3.0.2)
31-
ffi (1.15.5)
42+
ffi (1.16.3)
3243
forwardable-extended (2.6.0)
3344
gemoji (3.0.1)
3445
github-pages (228)
@@ -210,8 +221,9 @@ GEM
210221
jekyll (>= 3.5, < 5.0)
211222
jekyll-feed (~> 0.9)
212223
jekyll-seo-tag (~> 2.1)
213-
minitest (5.19.0)
214-
nokogiri (1.15.3)
224+
minitest (5.20.0)
225+
mutex_m (0.1.2)
226+
nokogiri (1.15.4)
215227
mini_portile2 (~> 2.8.2)
216228
racc (~> 1.4)
217229
octokit (4.25.1)

0 commit comments

Comments
 (0)