Pipenv: Uninstalling pipenv on macOS / brew

Created on 20 Sep 2017  路  1Comment  路  Source: pypa/pipenv

Hi there,

macOSX / brew / fresh install here. I realized I wanted to use fish and not bash so I'm trying to back track and reinstall everything under fish. However, pipenv is still in /usr/local/bin after uninstalling python. What step am I missing?

I did

$ brew install python2
$ pip2 install pipenv
$ brew uninstall python

so then which pipenv returns /usr/local/bin/pipenv.

Most helpful comment

you didn't $ pip unintall pipenv :)

$ rm -fr /usr/local/bin/pipenv should do the trick.

>All comments

you didn't $ pip unintall pipenv :)

$ rm -fr /usr/local/bin/pipenv should do the trick.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jeyraof picture jeyraof  路  3Comments

FooBarQuaxx picture FooBarQuaxx  路  3Comments

marc-fez picture marc-fez  路  3Comments

erinxocon picture erinxocon  路  3Comments

hynek picture hynek  路  3Comments