dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7e716c3b938502ebb80faec40a17d345f76f9fd1
parent ad6c41250953cec20d5898ace34b18e0c655f536
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Tue,  8 Aug 2017 16:37:45 +0300

Put everything virtualenvwrapper and pipenv together.

Diffstat:
Mdotfiles.org | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dotfiles.org b/dotfiles.org @@ -225,14 +225,14 @@ You might find mirrors in the following addresses: fi [ -r ~/.byobu/prompt ] && . ~/.byobu/prompt #byobu-prompt# - #source ~/.local/bin/virtualenvwrapper_lazy.sh - # http://cs-syd.eu/posts/2015-06-21-gtd-with-taskwarrior-part-2-collection.html #export PS1='$(task +in +PENDING count)i$(task count)t '$PS1 if command -v find_pycompletion.sh>/dev/null; then source `find_pycompletion.sh`; fi - # For pipenv. + # For pipenv and virtualenvwrapper export WORKON_HOME="$HOME/.virtualenvs" + export VIRTUALENVWRAPPER_PYTHON="/usr/bin/python3.6" + source ~/.local/bin/virtualenvwrapper_lazy.sh #export PYTHONPATH export GOPATH