Broken references in Virtualenvs

前端 未结 26 1227
一整个雨季
一整个雨季 2020-11-27 08:53

I recently installed a bunch of dotfiles on my Mac along with some other applications (I changed to iTerm instead of Terminal, and Sublime as my default text editor) but eve

26条回答
  •  轮回少年
    2020-11-27 09:27

    All the answers are great here, I tried a couple of solutions mentioned above by Ryan, Chris and couldn't resolve the issue, so had to follow a quick and dirty way.

    1. rm -rf (or mv if you want to keep a backup)
    2. git clone
    3. Move on!

    Nothing novel here, but it makes life easier!

提交回复
热议问题