Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

conda install package

#To install a package in currently active enviroment
conda install package-name
Comment

conda install package

#To install specific package version into a specific named environment
conda install package-name=2.3.4 -n some-environment
Comment

conda install version

Format         Sample Specification     Results
Exact          qtconsole==4.5.1         4.5.1
Fuzzy          qtconsole=4.5            4.5.0, 4.5.1, ..., etc.
>=, >, <, <=  "qtconsole>=4.5"          4.5.0 or higher
               qtconsole"<4.6"          less than 4.6.0

OR            "qtconsole=4.5.1|4.5.2"   4.5.1, 4.5.2
AND           "qtconsole>=4.3.1,<4.6"   4.3.1 or higher but less than 4.6.0
Comment

conda install

usage: conda install [-h] [--revision REVISION] [-n ENVIRONMENT | -p PATH]
                     [-c CHANNEL] [--use-local] [--override-channels]
                     [--repodata-fn REPODATA_FNS] [--strict-channel-priority]
                     [--no-channel-priority] [--no-deps | --only-deps]
                     [--no-pin] [--copy] [-C] [-k] [--offline] [-d] [--json]
                     [-q] [-v] [-y] [--download-only] [--show-channel-urls]
                     [--file FILE]
                     [--experimental-solver {classic,libmamba,libmamba-draft}]
                     [--force-reinstall]
                     [--freeze-installed | --update-deps | -S | --update-all | --update-specs]
                     [-m] [--clobber] [--dev]
                     [package_spec [package_spec ...]]
Comment

how to install conda

start /wait "" Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /D=%UserProfile%Miniconda3
Comment

PREVIOUS NEXT
Code Example
Shell :: github delete project 
Shell :: linux change directoryyy 
Shell :: grub customizer 
Shell :: github commands 
Shell :: bitbucket Permission denied (publickey). fatal: Could not read from remote repository. 
Shell :: cmake root directory 
Shell :: auto start application ubuntu 18.04 
Shell :: grep or match 
Shell :: unity for ubuntu 20.04 
Shell :: docker install google chrome 
Shell :: Errors were encountered while processing: ubuntu 
Shell :: how to compare a character to uppercase in bash script 
Shell :: append string to end of file name bash 
Shell :: replace main with another branch 
Shell :: how compare 2 file size in bash 
Shell :: how to remove wine32 linux 
Shell :: how to install wine-7.1.tar.xz on kali linux 
Shell :: activer core dumped linux 
Shell :: https://cloud.google.com/shell/docs/using-web-preview#previewing_the_application 
Shell :: debian install tcpflow 
Php :: php cors allow origin 
Php :: php curl print status 
Php :: php artisan serve another port 
Php :: add sucssess message laravel 
Php :: php 3 days after 
Php :: extensions for laravel command ubuntu 20.04 
Php :: laravel where created_at today 
Php :: php get next saturday 
Php :: wordpress if thumbnail show else 
Php :: wordpress wp_query orderby random 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =