Skip to content

Commit

Permalink
fix typos in setup scripts I introduced earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe committed Nov 5, 2024
1 parent e0c4e11 commit 180bac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/quick_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if test -f "$VPP"; then
python3 -m pip install --upgrade --force-reinstall --no-cache-dir -r python/requirements.txt
HOST_MLIR_PYTHON_PACKAGE_PREFIX=aie python3 -m pip install --upgrade --force-reinstall --no-cache-dir -r python/requirements_extras.txt
python3 -m pip install --upgrade --force-reinstall --no-cache-dir -r python/requirements_ml.txt
python3 -m pip install ipykernel install --name ironenv
python3 -m pip ipykernel install --name ironenv
source utils/env_setup.sh my_install/mlir_aie my_install/mlir
pushd programming_examples
echo "PATH : $PATH"
Expand Down
2 changes: 1 addition & 1 deletion utils/setup_python_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ source sandbox/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r python/requirements.txt
HOST_MLIR_PYTHON_PACKAGE_PREFIX=aie python3 -m pip install -r python/requirements_extras.txt
python3 -m pip install ipykernel install --name sandbox
python3 -m ipykernel install --user --name sandbox

0 comments on commit 180bac7

Please sign in to comment.