-
FluffOS should build/run on OSX with packages installed with homebrew with ease.
-
I was using homebrew to install the package but the version is from 2 years ago(0.1.0).
If I edit the formula to always link to the master then that may cause problems in the future.
-
I'm having troubles when opening a new terminal tab in a directory with `.autoenv.sh`.
Here's how my `.autoenv.sh` looks like:
``` sh
source `dirname "$0:A"`/.venv/bin/activate #activates virtualenv…
-
after install:
```
Would you like to authorize it? (type 'yes') yes
_autoenv_authorize:3: no such file or directory: /root/.local/share/autoenv_auth
```
-
It'd be nice for this to support compatibility with `rvm` and `avn` out of the box to avoid having to [hack in compatibility manually](https://github.com/kennethreitz/autoenv/issues/45).
There's a [s…
-
saw that it's using the .env file to make a virtual env. How do i specify python version as well
-
I'm using autoenv with gvm(golang) and there is a command that i must execute only once to create a symlink.
How can i get the path of the .env file? If i get this, i can check inside the gvm if the l…
-
I see that you recently added single quotes to values containing spaces.
Is there any reason not to just quote them all for consistency?
I'd do a pull request, but the change is so simple it seems u…
-
```
plugins=(git,autoenv)
Plug horosgrisa/autoenv
antigen-bundle horosgrisa/autoenv
```
I write this in .zshrc but
.zshrc:46: command not found: Plug
.zshrc:47: command not found: antigen-bundle
-
Dear Yamashita,
Thank you very much for your great effort toward this amazing application.
I would like to ask you about a bash environment variable setting.
I have been running a bash script to ru…