Hi,
Just installed v5.2.3 on a Windows 10 box. My local sites are configured to be housed on my D drive. C is the system drive.
After building site, all files are properly created in D:\local_sites_v5\newv5site. Site loads properly and admin is available.
Open Site Shell command drops me into C:\Users\Matt which is not the WordPress install. Any CLI commands offer me the dreaded:
C:\Users\Matt>wp plugin list
Error: This does not seem to be a WordPress installation.
Pass --path=path/to/wordpress
or run wp core download
.
I can switch to my D drive by entering the command d:
C:\Users\Matt>d:
D:\local_sites_v5\newv5site\app\public>
…and now I am in the WP intall and CLI works.
It would be REAL nice if I didn’t have to change drives when dropped into the shell. v3 handled this correctly.
Thanks,
Matt