Neomi Sule

Results 15 comments of Neomi Sule

> Can you also post the sequence of commands you're running? Sure, I ran `(client_venv.helpers) neomisule@Causifyns:~/src/helpers1$ pip install docker-compose>=1.29.0` and `(client_venv.helpers) neomisule@Causifyns:~/src/helpers1$ pip install pyyaml==5.3.1 `

> I meant the sequence when setting up the env. Not sure if the above installations are needed bcz these are done when running build.py I tried to check the...

It worked!! So, as it kept showing the packages weren't found, which they should have been, I installed them all manually. Then, when I ran `i docker_pull`, it indicated that...

> As mentioned in the docs, the correct solution is to run build.py file once and only when doing the setup for the first time before running tmux.py. When you...

I was thinking of adding a shell script to automatically replace all instances of `ck` with `csfy`, but I'm concerned it might unintentionally change some variable or function names that...