-
The current instructions aren't clear about where/how to set the environmental variables required for localdev.
-
-
There is already an "autoenv" plugin as part of oh-my-zsh, so the following fails:
```
git clone https://github.com/horosgrisa/autoenv ~/.oh-my-zsh/custom/plugins
```
The solution I thought of is to…
-
cd ~
mkdir my\ dir
ls
cd my\ dir/
echo "ls -al" > .env
cd ..
cd my\ dir/
cd ..
cd my\ dir/
I get:
/Users/simon/my dir
shasum: dir/.env:
-bash: dir/.env: No such file or dir…
-
Installed into my system python using pip, and of course I needed to source the activate.sh file, but this is not mentioned in the README.md. Maybe it would be nice for novice users that it needs to b…
-
hi,
in my .autoenv.zsh i set
```
KAFKA_BROKERS="192.168.99.100:9092"
```
when i enter the directory i can do
`echo $KAFKA_BROKERS` which works as expected
however when i run `export -a` the vari…
-
This is happening with the latest master branch installed as an anitgen bundle
```
_autoenv_debug:local:1: not valid in this context: handler:
```
-
Subject. After #693 I can't import Blocks from PYTHONPATH. Commenting the line https://github.com/mila-udem/blocks/blob/master/blocks/__init__.py#L4 fixes the issue.
Is it expected?
rizar updated
8 years ago
-
I'm trying to achieve the same that [Zach Holman](https://github.com/holman/dotfiles) did for his dotfiles: Zach's zsh [loads different files from the same directory filtered by patterns](https://gith…
-
brew update
error: Your local changes to the following files would be overwritten by merge:
Library/Aliases/fishfish
Library/Contributions/brew_bash_completion.sh
Library/Contributions/br…