Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Honchkrow committed Oct 24, 2024
1 parent 8463e87 commit 5df7304
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,22 +101,4 @@ fi
echo -e "${YELLOW}Creating environment using $PACKAGE_MANAGER...${NC}"
$PACKAGE_MANAGER env create -f environment.yml

# 4. Execute pip install command
# activate space
$PACKAGE_MANAGER init
$PACKAGE_MANAGER activate space

# check environment name
CURRENT_ENV=$(basename "$CONDA_PREFIX")

if [ "$CURRENT_ENV" != "space" ]; then
echo "Error: Current environment is not 'space'."
exit 1
else
echo "Successfully activated environment: $CURRENT_ENV"
fi

echo -e "${YELLOW}Installing Python packages...${NC}"
pip install --no-deps bokeh==3.4.2 stlearn==0.4.12

echo -e "${GREEN}Script execution completed.${NC}"

0 comments on commit 5df7304

Please sign in to comment.