Quantcast
Channel: 🎛️ Dash - Plotly Community Forum
Viewing all articles
Browse latest Browse all 6271

How to remove dash from macOS 10.15.1?

$
0
0

@firasm wrote:

Hey there,

I’ve got dash installed on my macOS at the location: /bin/dash but I’d like to delete it from there as pip3 can’t update it at that location. When I open iPython and print out:

In [1]: import dash_core_components

In [2]: print(dash_core_components.__version__)

1.5.0

I get version 1.5.0. When I try to install dash using pip3, it gets installed in /usr/local/lib/python3.7/site-packages:

~ % pip3 install dash

Requirement already satisfied: dash in /usr/local/lib/python3.7/site-packages (1.6.0)

Requirement already satisfied: dash-html-components==1.0.1 in /usr/local/lib/python3.7/site-packages (from dash) (1.0.1)

Requirement already satisfied: flask-compress in /usr/local/lib/python3.7/site-packages (from dash) (1.4.0)

Requirement already satisfied: dash-core-components==1.5.0 in /usr/local/lib/python3.7/site-packages (from dash) (1.5.0)

Requirement already satisfied: dash-table==4.5.0 in /usr/local/lib/python3.7/site-packages (from dash) (4.5.0)

Requirement already satisfied: plotly in /usr/local/lib/python3.7/site-packages (from dash) (4.3.0)

Requirement already satisfied: dash-renderer==1.2.0 in /usr/local/lib/python3.7/site-packages (from dash) (1.2.0)

Requirement already satisfied: Flask>=1.0.2 in /usr/local/lib/python3.7/site-packages (from dash) (1.1.1)

Requirement already satisfied: future in /usr/local/lib/python3.7/site-packages (from dash) (0.18.2)

Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from plotly->dash) (1.13.0)

Requirement already satisfied: retrying>=1.3.3 in /usr/local/lib/python3.7/site-packages (from plotly->dash) (1.3.3)

Requirement already satisfied: click>=5.1 in /usr/local/lib/python3.7/site-packages (from Flask>=1.0.2->dash) (7.0)

Requirement already satisfied: itsdangerous>=0.24 in /usr/local/lib/python3.7/site-packages (from Flask>=1.0.2->dash) (1.1.0)

Requirement already satisfied: Werkzeug>=0.15 in /usr/local/lib/python3.7/site-packages (from Flask>=1.0.2->dash) (0.16.0)

Requirement already satisfied: Jinja2>=2.10.1 in /usr/local/lib/python3.7/site-packages (from Flask>=1.0.2->dash) (2.10.3)

Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python3.7/site-packages (from Jinja2>=2.10.1->Flask>=1.0.2->dash) (1.1.1)

I am trying to delete dash from /bin/bash - what’s the best way to do that? Can I just do rm -rf ?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 6271

Latest Images

Trending Articles



Latest Images