File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ brew install postgresql
25
25
- Refer to the [ Installation Guide] [ install ] for how to install Python.
26
26
- Install python-dev, python-distutils according to the python version you are using.
27
27
```
28
- $ sudo apt-get install python3.8 python3-pip python3.8 -dev python3.8 -distutils
28
+ $ sudo apt-get install python3.10 python3-pip python3.10 -dev python3.10 -distutils
29
29
```
30
30
31
31
[ install ] : https://realpython.com/installing-python
@@ -36,11 +36,11 @@ brew install postgresql
36
36
See the [ Python virtaulenv page] [ venv ] for details.
37
37
```
38
38
$ pip3 install virtualenv
39
- $ virtualenv -p /usr/bin/python3.8 venv
39
+ $ virtualenv -p /usr/bin/python3.10 venv
40
40
$ source venv/bin/activate
41
41
```
42
42
43
- [ venv ] : https://docs.python.org/3.8 /library/venv.html
43
+ [ venv ] : https://docs.python.org/3.10 /library/venv.html
44
44
45
45
## ⌨️ <a name =" command " ></a >Virtualenv commands
46
46
You can’t perform that action at this time.
0 commit comments