sobolevn/dotfiles

Change how I store me virtualenvs

sobolevn opened this issue · 0 comments

Since the time of virtualenvwrapper is place my virtualenvs inside ~/.virtualenvs.

But that's not required anymore. I also do not use virtualenvwrapper at all.
Currently I use pipenv which allows to store all envs inside the project.
So, let's do that.

This will also help with editors integration.