Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit c578938

Browse files
committed
Call pip through current python
1 parent 743909f commit c578938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

binder/postBuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ python setup.py bdist_wheel
77
ls dist/
88

99
# Install wheel
10-
pip install dist/jupyter-dash-*.whl
10+
python -m pip install dist/jupyter-dash-*.whl
1111

1212
# List installed packages
13-
pip list
13+
python -m pip list
1414

1515
# Rebuild JupyterLab to include jupyterlab-dash extension
1616
jupyter lab build

0 commit comments

Comments
 (0)