diff --git a/WINDOWS.es.md b/WINDOWS.es.md index 26ebbabe..bc31cf04 100644 --- a/WINDOWS.es.md +++ b/WINDOWS.es.md @@ -401,8 +401,8 @@ Por favor, ejecuta estas lĂ­neas en tu terminal. ```bash sudo update-locale LANG=en_US.UTF8 +sudo apt-get update sudo apt-get install language-pack-en language-pack-en-base manpages -exec zsh ``` diff --git a/WINDOWS.md b/WINDOWS.md index 54991818..d268b4a2 100644 --- a/WINDOWS.md +++ b/WINDOWS.md @@ -401,8 +401,8 @@ Please, run this lines in your terminal. ```bash sudo update-locale LANG=en_US.UTF8 +sudo apt-get update sudo apt-get install language-pack-en language-pack-en-base manpages -exec zsh ``` diff --git a/checks/pip_check.sh b/checks/pip_check.sh index 0adf1086..20b745c8 100644 --- a/checks/pip_check.sh +++ b/checks/pip_check.sh @@ -1,4 +1,4 @@ -REQUIRED=('pytest' 'pylint' 'ipdb' 'PyYAML' 'nbresult' 'autopep8' 'flake8' 'yapf' 'lxml' 'requests' 'beautifulsoup4' 'jupyterlab' 'pandas' 'matplotlib' 'seaborn' 'plotly' 'scikit-learn' 'tensorflow' 'nbconvert' 'xgboost' 'statsmodels' 'pandas-profiling' 'jupyter-resource-usage') +REQUIRED=('pytest' 'pylint' 'ipdb' 'PyYAML' 'nbresult' 'autopep8' 'flake8' 'yapf' 'lxml' 'requests' 'beautifulsoup4' 'jupyterlab' 'pandas' 'matplotlib' 'seaborn' 'plotly' 'scikit-learn' 'tensorflow' 'nbconvert' 'xgboost' 'statsmodels' 'jupyter-resource-usage') PACKAGES=$(pip freeze) PACKS=() while read -r line; do @@ -14,7 +14,7 @@ elif [ "${arch_name}" = "arm64" ]; then arch_name='m1' fi if [ $arch_name = 'm1' ]; then - REQUIRED=('pytest' 'pylint' 'ipdb' 'PyYAML' 'nbresult' 'autopep8' 'flake8' 'yapf' 'lxml' 'requests' 'beautifulsoup4' 'jupyterlab' 'pandas' 'matplotlib' 'seaborn' 'plotly' 'scikit-learn' 'tensorflow-macos' 'nbconvert' 'xgboost' 'statsmodels' 'pandas-profiling' 'jupyter-resource-usage') + REQUIRED=('pytest' 'pylint' 'ipdb' 'PyYAML' 'nbresult' 'autopep8' 'flake8' 'yapf' 'lxml' 'requests' 'beautifulsoup4' 'jupyterlab' 'pandas' 'matplotlib' 'seaborn' 'plotly' 'scikit-learn' 'tensorflow-macos' 'nbconvert' 'xgboost' 'statsmodels' 'jupyter-resource-usage') fi for r in ${REQUIRED[@]}; do echo $r