#Commands
conda --version
python --version
conda info --envs
conda info
conda list
conda env list
conda list -n myenv scipy
conda search jupyter
conda list
conda search tensorflow
#Install/Uninstall Commands
conda install --help (...)
conda remove -n PyPWBI --all -y
#IMPORT Environment
conda create --name PyPWBI python=3.7
conda deactivate
conda activate PyPWBI
source activate PyPWBI (validar...)
conda install numpy pandas matplotlib seaborn scikit-learn jupyter nose scipy
conda install -c conda-forge squarify
conda install -c conda-forge pandas-profiling
conda install -c conda-forge schedule
pip install speedtest-cli
pip install openpyxl
pip install investpy
pip uninstall matplotlib pillow numpy
pip install matplotlib pillow numpy
pip install yfinance --upgrade --no-cache-dir
No comments:
Post a Comment