Skip to content

Commit

Permalink
add Pipenv environment varable
Browse files Browse the repository at this point in the history
  • Loading branch information
rmaruon committed Jun 26, 2019
1 parent 4a32a1f commit ec9d6cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zsh/.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export NODE_PATH=/usr/local/lib/node_modules/
export GOPATH=~/go
export PATH=$PATH:$GOPATH/bin

# pipenv
export PIPENV_VENV_IN_PROJECT=1

# python default encoding
export PYTHONIOENCODING=utf-8

Expand Down

0 comments on commit ec9d6cd

Please sign in to comment.