rahulrajaram

Results 35 comments of rahulrajaram

@surajrav , thanks for reaching out with your PR. I did not realize that passing `shell=True` actually does not pass the parent process' environment variables to the spawned shell. Without...

> I agree with your analysis of this, except for point number 3: Yes, the reason that you don't need to modify the text for the `eb` wrapper is that...

@Toruitas Thanks for reporting the problem. At first glance, it looks like a bug in the bundle_installer in that it assumes a virtualenv executable exists under the pip that was...

> tried that and it ended up hanging at `Installing setuptools, pip, wheel...` That's strange. Did a rerun not fix the issue? > ... and completed successfully. That's great. Yes,...

@justincoh , wow. That's a pretty bad. Thanks for reporting it. I think the solution to the bug is to ensure in the hundle_installer that either `python` , or `python3`,...

@cwfoo , thanks for bringing this issue up. In the meantime, you can: - remove the `~/.ebcli-virtual-env` dir - remove the `~/.ebcli-virtual-env/executables` dir from `$PATH`

This drove me nuts for a day. See instruction on [page 22 here](https://cran.r-project.org/web/packages/etrader/etrader.pdf): ``` stopPrice The designated boundary price for a stop order. For trailing stop orders this will represent...

I received something similar: ``` unsupported GNU version! gcc versions later than 12 are not supported! ``` I was on 13.8. Compiling with GCC 11.4 worked.