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

Commit cc56b84

Browse files
Update run.sh
1 parent b88de4c commit cc56b84

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

jupyterlab/run.sh

-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
#!/usr/bin/env sh
22
INSTALLER=""
33
check_available_installer() {
4-
# check if pipx is installed
5-
echo "Checking for a supported installer"
6-
if command -v pipx > /dev/null 2>&1; then
7-
echo "pipx is installed"
8-
INSTALLER="pipx"
9-
return
10-
fi
114
# check if uv is installed
125
if command -v uv > /dev/null 2>&1; then
136
echo "uv is installed"

0 commit comments

Comments
 (0)