updated envrc
Browse files
.envrc
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
# TODO: This function is only necessary until
|
2 |
-
# https://github.com/direnv/direnv/pull/314 gets accepted
|
3 |
-
# -------------------- 8< ---------------------------------
|
4 |
layout_pipenv() {
|
5 |
if [[ ! -f Pipfile ]]; then
|
6 |
echo 'No Pipfile found. Use `pipenv` to create a Pipfile first.' >&2
|
@@ -16,9 +13,4 @@ layout_pipenv() {
|
|
16 |
export PIPENV_ACTIVE=1
|
17 |
PATH_add "$VIRTUAL_ENV/bin"
|
18 |
}
|
19 |
-
# -------------------- 8< ---------------------------------
|
20 |
-
|
21 |
layout pipenv
|
22 |
-
|
23 |
-
# Will add node_modules/.bin to the $PATH
|
24 |
-
layout node
|
|
|
|
|
|
|
|
|
1 |
layout_pipenv() {
|
2 |
if [[ ! -f Pipfile ]]; then
|
3 |
echo 'No Pipfile found. Use `pipenv` to create a Pipfile first.' >&2
|
|
|
13 |
export PIPENV_ACTIVE=1
|
14 |
PATH_add "$VIRTUAL_ENV/bin"
|
15 |
}
|
|
|
|
|
16 |
layout pipenv
|
|
|
|
|
|