You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/conda/linux-conda_en.md
+3-28Lines changed: 3 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,38 +9,13 @@
9
9
10
10
#### 1.1.1 Create the Anaconda Virtual Environment
11
11
12
-
Create virtual environment First create the Anaconda virtual environment according to the specific Python version. The Anaconda installation of PaddlePaddle supports the following Python installation environments.
13
-
14
-
15
-
If you want to use python version 3.6:
16
-
17
-
```
18
-
conda create -n paddle_env python=3.6
19
-
```
20
-
21
-
If you want to use python version 3.7:
22
-
23
-
```
24
-
conda create -n paddle_env python=3.7
25
-
```
26
-
27
-
If you want to use python version 3.8:
28
-
29
-
```
30
-
conda create -n paddle_env python=3.8
31
-
```
32
-
33
-
If you want to use python version 3.9:
12
+
Create virtual environment First create the Anaconda virtual environment according to the specific Python version. The Anaconda installation of PaddlePaddle supports Python version of 3.6 - 3.10.
34
13
35
14
```
36
-
conda create -n paddle_env python=3.9
15
+
conda create -n paddle_env python=YOUR_PY_VER
37
16
```
38
17
39
-
If you want to use python version 3.10:
40
18
41
-
```
42
-
conda create -n paddle_env python=3.10
43
-
```
44
19
45
20
#### 1.1.2 Enter the Anaconda Virtual Environment
46
21
@@ -69,7 +44,7 @@ which python3
69
44
#### 1.2.2 Check the version of Python
70
45
71
46
72
-
Use the following command to confirm it's version is 3.6/3.7/3.8/3.9
Copy file name to clipboardExpand all lines: docs/install/conda/macos-conda_en.md
+2-29Lines changed: 2 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,37 +10,10 @@
10
10
11
11
#### 1.1.1 Create the Anaconda Virtual Environment
12
12
13
-
Create virtual environment First create the Anaconda virtual environment according to the specific Python version. The Anaconda installation of PaddlePaddle supports the following Python installation environments.
14
-
15
-
16
-
If you want to use python version 3.6:
17
-
18
-
```
19
-
conda create -n paddle_env python=3.6
20
-
```
21
-
22
-
If you want to use python version 3.7:
23
-
24
-
```
25
-
conda create -n paddle_env python=3.7
26
-
```
27
-
28
-
If you want to use python version 3.8:
29
-
30
-
```
31
-
conda create -n paddle_env python=3.8
32
-
```
33
-
34
-
If you want to use python version 3.9:
35
-
36
-
```
37
-
conda create -n paddle_env python=3.9
38
-
```
39
-
40
-
If you want to use python version 3.10:
13
+
Create virtual environment First create the Anaconda virtual environment according to the specific Python version. The Anaconda installation of PaddlePaddle supports Python version of 3.6 - 3.10.
Copy file name to clipboardExpand all lines: docs/install/conda/windows-conda_en.md
+3-30Lines changed: 3 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,37 +10,10 @@
10
10
11
11
#### 1.1.1 Create the Anaconda Virtual Environment
12
12
13
-
Create virtual environment First create the Anaconda virtual environment according to the specific Python version. The Anaconda installation of PaddlePaddle supports the following Python installation environments.
14
-
15
-
16
-
If you want to use python version 3.6:
17
-
18
-
```
19
-
conda create -n paddle_env python=3.6
20
-
```
21
-
22
-
If you want to use python version 3.7:
23
-
24
-
```
25
-
conda create -n paddle_env python=3.7
26
-
```
27
-
28
-
If you want to use python version 3.8:
29
-
30
-
```
31
-
conda create -n paddle_env python=3.8
32
-
```
33
-
34
-
If you want to use python version 3.9:
35
-
36
-
```
37
-
conda create -n paddle_env python=3.9
38
-
```
39
-
40
-
If you want to use python version 3.10:
13
+
Create virtual environment First create the Anaconda virtual environment according to the specific Python version. The Anaconda installation of PaddlePaddle supports Python version of 3.6 - 3.10.
41
14
42
15
```
43
-
conda create -n paddle_env python=3.10
16
+
conda create -n paddle_env python=YOUR_PY_VER
44
17
```
45
18
46
19
@@ -71,7 +44,7 @@ where python
71
44
72
45
#### 1.2.2 Check the version of Python
73
46
74
-
Use the following command to confirm it's version is 3.6/3.7/3.8/3.9
0 commit comments