nficano commited on
Commit
6f8e5d3
1 Parent(s): cadbc62

updated envrc

Browse files
Files changed (1) hide show
  1. .envrc +0 -8
.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