We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f034509 commit 2f3de7fCopy full SHA for 2f3de7f
document/02-local-env.en.md
@@ -37,7 +37,7 @@ $ python3 -m venv .venv
37
38
# Activate virtual environment
39
$ source .venv/bin/activate # for Mac or Unix user
40
-$ ./venv/Scripts/activate # for Windows user
+$ .venv/Scripts/activate # for Windows user
41
42
# Install required library
43
$ pip install --upgrade pip setuptools wheel
document/02-local-env.ja.md
@@ -39,7 +39,7 @@ $ python3 -m venv .venv
# 仮想環境をアクティベートする
$ source .venv/bin/activate # Unix / Macの場合
-$ ./venv/Scripts/activate # windowsの場合
+$ .venv/Scripts/activate # windowsの場合
44
# 今回使うPythonのパスを確認する。
45
$ which python
0 commit comments