Brian Marroquin
Brian Marroquin
The identification point is correct. For windows, we are only considering Powershell or cmd.exe. I'll add a third case to fallback to the previous behavior. The prompt modification won't happen...
I'll give it a shot
`pexpect's` windows support is missing the `interact` method. Without that, you can't run a sub shell or reuse any of the unix code path. I tried a few things but...
@Felix-neko updated to handle non-existent config file
@Felix-neko This is failing because the source command expects to be executed from within your project directory. It is looking for the pyproject.toml not config.toml. I will see if this...
> And one more thing... > > The feature you've added will be used mostly by users that don't have direct access to PyPi from their machines. Id est, to...
@Felix-neko you can also install with pipx and that should respect your pip configuration.
> > The best way to implement this would be to add pip specific options to the install script and use them during install. > > Well, if you can...
@chriskuehl, at the time there was a lot of typing/format changes happening that it was some work keeping up with it. I plan to get to this sometime next week.
Yeah, the workaround works. Thanks. Update: This works but is inconsistent, look at last comment for more reliable workaround.