Skip to content

Commit

Permalink
Update venv install besed on PR oscarpilote#248
Browse files Browse the repository at this point in the history
  • Loading branch information
w8sl authored May 25, 2024
1 parent 95970e5 commit 8775402
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
9 changes: 8 additions & 1 deletion z_Install_O4XP_Python3.12_Venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,14 @@ pip install $venv_path/scikit-fmm
# 6. DONE

echo " "
echo "Python 3.12 virtual environment has been created in $SCRIPT_DIR/venv-ortho directory"

if [ -d "$venv_path/bin" ]; then
echo "Python virtual environment has been created in $venv_path directory"
fi

echo " "
echo "Python version:"
python --version
echo " "
echo "Installed packages:"
pip list
Expand Down
11 changes: 9 additions & 2 deletions z_Install_O4XP_macOS_Python3.11_Venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ pip install scikit-fmm
# 6. DONE

echo " "
echo "Python 3.11 virtual environment has been created in $SCRIPT_DIR/venv-ortho directory"

if [ -d "$venv_path/bin" ]; then
echo "Python virtual environment has been installed in $venv_path directory"
fi

echo " "
echo "Python version:"
python --version
echo " "
echo "Installed packages:"
pip list
Expand All @@ -37,4 +44,4 @@ echo " "
echo " "
echo "Use $SCRIPT_DIR/z_Start_O4XP_PythonVenv.sh to start O4XP"
echo " "
echo " "
echo " "

0 comments on commit 8775402

Please sign in to comment.