mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
Update development.md
This commit is contained in:
parent
23ae73653b
commit
85e7bb405f
1 changed files with 3 additions and 1 deletions
|
|
@ -90,7 +90,9 @@ cd frappe-bench
|
||||||
```
|
```
|
||||||
|
|
||||||
To setup frappe framework version 13 bench set `PYENV_VERSION` environment variable to `3.9.17` and use NodeJS version 14,
|
To setup frappe framework version 13 bench set `PYENV_VERSION` environment variable to `3.9.17` and use NodeJS version 14,
|
||||||
|
```
|
||||||
|
pyenv install 3.9.17
|
||||||
|
```
|
||||||
```shell
|
```shell
|
||||||
nvm use v14
|
nvm use v14
|
||||||
PYENV_VERSION=3.9.17 bench init --skip-redis-config-generation --frappe-branch version-13 frappe-bench
|
PYENV_VERSION=3.9.17 bench init --skip-redis-config-generation --frappe-branch version-13 frappe-bench
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue