Broken references in Virtualenvs

前端 未结 26 1239
一整个雨季
一整个雨季 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条回答
  •  Happy的楠姐
    2020-11-27 09:38

    It appears the proper way to resolve this issue is to run

     pip install --upgrade virtualenv
    

    after you have upgraded python with Homebrew.

    This should be a general procedure for any formula that installs something like python, which has it's own package management system. When you install brew install python, you install python and pip and easy_install and virtualenv and so on. So, if those tools can be self-updated, it's best to try to do so before looking to Homebrew as the source of problems.

提交回复
热议问题