Skip to content

Instantly share code, notes, and snippets.

@doevelopper
Created April 20, 2024 13:40
Show Gist options
  • Save doevelopper/bf8633c58ba1122c3daf192629b256d8 to your computer and use it in GitHub Desktop.
Save doevelopper/bf8633c58ba1122c3daf192629b256d8 to your computer and use it in GitHub Desktop.
conda
Downloading and Extracting Packages:

Preparing transaction: done
Executing transaction: - 

    Installed package of scikit-learn can be accelerated using scikit-learn-intelex.
    More details are available here: https://intel.github.io/scikit-learn-intelex

    For example:

        $ conda install scikit-learn-intelex
        $ python -m sklearnex my_application.py

    

done
installation finished.
Do you wish to update your shell profile to automatically initialize conda?
This will activate conda on startup and change the command prompt when activated.
If you'd prefer that conda's base environment not be activated on startup,
   run the following command when conda is activated:

conda config --set auto_activate_base false

You can undo this by running `conda init --reverse $SHELL`? [yes|no]
[no] >>> 
You have chosen to not have conda modify your shell scripts at all.
To activate conda's base environment in your current shell session:

eval "$(/home/happyman/anaconda3/bin/conda shell.YOUR_SHELL_NAME hook)" 

To install conda's shell functions for easier access, first activate, then:

conda init

Thank you for installing Anaconda3!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment