-
This is what I did:
- Install zplug
> curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
- configure it in `.zshrc`:
```shell
s…
-
Currently, `allow_from_autoenv` is [not supported for CLI arguments](https://github.com/tiangolo/typer/blob/3cc81b64c19a26d94ea23f8e0612e20f33caf81e/typer/core.py#L59). I'd like to see that support ad…
-
1. autoenv 를 통한 pyenv, virtualenv 초기화
2. `requirements.txt` 를 이용해서 파이썬 패키지 관리
3. `manage.py startproject` 신규 프로젝트 생성 => 서버 틀어지는지 확인
4. PEP8 체크
-
Hei @jonathf
do not know if you still use this pkg .. I do :)
And:
the bash alias function in readme should be changed to:
```
function enw() {
envwrap "$@"
autoenv_init
}
```
…
vgeck updated
5 years ago
-
Currently if I do `bin/rspec` then Spring is used as expected, but simply `rspec` doesn't make use of Spring. `rails`, in contrast, does respect its binstub (I tested by adding something in the binstu…
-
It would be extra cool to have something like `.kontena-env` that could be used to switch master, grid, debug mode and perhaps even the cli version when changing to another directory.
Implementatio…
-
Hello all,
I am trying the autoenable of venv part. I have the `eval "$(pyenv virtualenv-init -)"` set in my shell rc file and also have the venv in the `.python-version` file of the directory. But…
-
I am using the git version where #189 merged. And I am also using `nvm` with `.nvrmc` in some folders with or without `.env` in them.
When I `cd` to a folder with `.nvmrc` defined with a node vers…
-
Having nodeenvwrapper as a python package is bit weird as it's meant for nodejs and has not a line of python in it. However it would work nicely in conjunction with the nodeenv as it is available from…
-
After seeing the docs I am not fully clear so I am asking this question.
I have a .env or *.env files e.g production.env or local.env in a repository where my different configs & credentials stored…