Skip to content

Commit 57ac222

Browse files
committed
formatting
1 parent d653781 commit 57ac222

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ After installation, make sure to commit the `.ddev` directory to version control
2626

2727
| Command | Description |
2828
| ------- | ----------- |
29-
| `ddev exec python2.7` | Run Python 2.7.18 inside the `web` container<br>Installed at `/usr/bin/python2.7` |
30-
| `ddev exec python` | Run Python 2.7.18 inside the `web` container<br>Symlink to `/usr/bin/python2.7` installed at `/usr/local/bin/python` |
29+
| `ddev exec python2.7` | Run Python 2.7.18 inside the `web` container.<br>Installed at `/usr/bin/python2.7` |
30+
| `ddev exec python` | Run Python 2.7.18 inside the `web` container.<br>Symlink at `/usr/local/bin/python` |
3131

32-
This add-on also installs `build-essential`, which is normally required for `npm` build, see [config.python2.yaml](./config.python2.yaml). Remove or replace the contents of this file if you only need Python 2.
32+
This add-on also installs the `build-essential` package, which is usually required for the `npm build`, see [config.python2.yaml](./config.python2.yaml). Remove or replace the contents of this file if you only need Python 2.
3333

3434
## Credits
3535

0 commit comments

Comments
 (0)