add python 3.10 (#837)
* fix: use py 3.10 for v14 closes #836 * docs: update development readme for py versions * ci: update github actions py version to 3.10 * Quote Python version in yaml files * fix: typo in environment variable Co-authored-by: Lev Vereshchagin <mail@vrslev.com>
This commit is contained in:
committed by
GitHub
parent
730e14b6cd
commit
1754e6872f
@@ -64,11 +64,23 @@ Notes:
|
||||
Run the following commands in the terminal inside the container. You might need to create a new terminal in VSCode.
|
||||
|
||||
```shell
|
||||
bench init --skip-redis-config-generation --frappe-branch version-13 frappe-bench
|
||||
bench init --skip-redis-config-generation frappe-bench
|
||||
cd frappe-bench
|
||||
```
|
||||
|
||||
Note: For version 12 use Python 3.7 by passing option to `bench init` command, e.g. `bench init --skip-redis-config-generation --frappe-branch version-12 --python python3.7 frappe-bench`
|
||||
For version 13 use Python 3.9 by passing option to `bench init` command,
|
||||
|
||||
```shell
|
||||
bench init --skip-redis-config-generation --frappe-branch version-13 --python python3.9 frappe-bench
|
||||
cd frappe-bench
|
||||
```
|
||||
|
||||
For version 12 use Python 3.7 by passing option to `bench init` command,
|
||||
|
||||
```shell
|
||||
bench init --skip-redis-config-generation --frappe-branch version-12 --python python3.7 frappe-bench
|
||||
cd frappe-bench
|
||||
```
|
||||
|
||||
### Setup hosts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user