Skip to content

How to specify path to drush so ddev can find it? #6397

Answered by rfay
kenorb asked this question in Q&A
Discussion options

You must be logged in to vote

I had no trouble with this arrangement:

ddev config --project-type=drupal --docroot=drupal/web --composer-root=drupal
ddev start
ddev composer create drupal/recommended-project
ddev composer require drush/drush
ddev drush --version

My resultant directory tree looked like this. Is this the same as yours?

directory tree (`tree -d -L 4 .`)
.
└── drupal
    ├── vendor
    │   ├── asm89
    │   │   └── stack-cors
    │   ├── bin
    │   ├── chi-teck
    │   │   └── drupal-code-generator
    │   ├── composer
    │   │   ├── installers
    │   │   └── semver
    │   ├── consolidation
    │   │   ├── annotated-command
    │   │   ├── config
    │   │   ├── filter-via-dot-access-data
    │   │   …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by rfay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants