Skip to content

Commit

Permalink
Merge pull request #204 from ymyzk/unify-python-punctuation-spacing
Browse files Browse the repository at this point in the history
Python3.y のような表記を Python 3.y に統一
  • Loading branch information
takanory committed May 28, 2023
2 parents 4d83784 + 3a7ffaf commit 552b557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/textbook/1_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,14 @@ Python 3.10.8

これ以降の本テキストでは上記手順でインストールしたPython 3.8以降を使用することを前提に記載しています。

Python 2.7等のPython2系やAnacondaでインストールしたPython、または [Jupyter](https://jupyter.org/)[Google Colaboratory](https://colab.research.google.com/?hl=ja) では実習ができません。
Python 2.7等のPython 2系やAnacondaでインストールしたPython、または [Jupyter](https://jupyter.org/)[Google Colaboratory](https://colab.research.google.com/?hl=ja) では実習ができません。

Pythonを起動した時に表示される文字をチェックして、下記が問題ないか確認してください。

- Pythonのバージョン(3.8以上であること)
- Anacondaという文字が表示されないこと

インストールされていない場合は前述の手順でPython3.10.8のインストールを行ってください。
インストールされていない場合は前述の手順でPython 3.10.8のインストールを行ってください。

## まとめ

Expand Down
2 changes: 1 addition & 1 deletion source/textbook/6_venv.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $ pip install requests
次に、独立したPython環境を構築する **venv** モジュールについて説明します。

```{admonition} コラム: Windows環境でpip実行時にエラーになる場合
PATH環境変数を確認し、Python3 をインストールしているPATHが設定されているかどうか確認してみてください。
PATH環境変数を確認し、Python 3 をインストールしているPATHが設定されているかどうか確認してみてください。
```

```{index} venv single: venv; Virtual Environments
Expand Down

0 comments on commit 552b557

Please sign in to comment.