Skip to content

Commit d653781

Browse files
committed
update readme
1 parent 66482d0 commit d653781

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

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

2525
## Usage
2626

27-
After installation, you can run Python 2:
28-
29-
- `python2.7` (installed at `/usr/bin/python2.7`)
30-
- `python` (symlink to `python2.7` installed at `/usr/local/bin/python`)
27+
| Command | Description |
28+
| ------- | ----------- |
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` |
3131

3232
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.
3333

0 commit comments

Comments
 (0)