Adam Taranto
Adam Taranto
Yep, also potential splices and mismatches. See [lenCIGAR](https://github.com/Adamtaranto/teloclip/blob/master/teloclip/__init__.py) function.
I haven't seen them in any of my data but figured I should support them just in case.
Also edits to `~/.condarc` are lost after restarting the workspace.
Hi @axonasif, please reopen this issue. It is not solved. I have tried installing miniconda into the root directory of my project using the env variable `$GITPOD_REPO_ROOT` in place of...
Hi Aminur, Thanks! It looks like changes in `~/miniconda/pkgs` now persist after restarting the workspace. Is it possible to also preserve changes to the `~/.condarc` config file between sessions?
I had to do the same thing with `/lib` as some conda pkgs were installing stuff there. Is it safe to remove the pyenv dirs from my PATH? I forget...
> > Is it safe to remove the pyenv dirs from my PATH? I forget what the exact issue was but at some point having /home/gitpod/.pyenv/shims in there was causing...
This was working earlier, but now `/home/gitpod/.pyenv/shims` is back in the path when the workspace starts up and pip3 install call in `.gitpod.yml` is using `/home/gitpod/.pyenv/shims/pip3` and is installing packages...
Definitely something weird going on. I'm using the code below in my `.gitpod.yml` where I check the path and remove the unwanted `/home/gitpod/.pyenv/shims`, but oddly it comes back by the...
Also, the alias that I am adding to `.bashrc` in the init block does not seem to be persisting after workspace restart. `echo "alias gogo='$GITPOD_REPO_ROOT/utils/gogo.sh'" >> $HOME/.bashrc` I have this...