Conda Cheat Sheet



Conda/miniconda cheat sheet. Search and overview. Search and overview. Features Fullscreen sharing Embed Statistics Article stories Visual Stories SEO. Designers Marketers Social. Conda: Managing Python Cheat Sheet. Post author By administrator; Post date May 30, 2020; No Comments on Conda: Managing Python Cheat Sheet; conda search -full-name.

Abyss web server. New minor update of Abyss Web Server available (version 2.12.1) Dec 19, 2018 Abyss Web Server 2.12 adds automated provisioning and renewal of free certificates from Let's Encrypt and improves macOS support Dec 12, 2017. Abyss Web Server is a compact web server available for Windows, macOS, and Linux operating systems.

Conda cheat sheet 4.6Sheet

Install macos big sur on vmware. Realmcraft game. 最近在使用anaconda,抄了一下cheat sheet:

statementcommand
Verify conda is installed, check version numberconda info
Update conda to the current versionconda update conda
Install a package included in Anacondaconda install PACKAGENAME
Run a package after install, example Spyder*spyder
Update any installed programconda update PACKAGENAME
Command line help COMMANDNAME –helpconda install –help
statementcommand
Create a new environment named py35, install Python 3.5conda create –name py35 python=3.5
Activate the new environment to use it WINDOWS:activate py35
LINUX, macOS:source activate py35
Get a list of all my environments, active environment is shown with *conda env list
Make exact copy of an environmentconda create –clone py35 –name py35-2
List all packages and versions installed in active environmentconda list
List the history of each change to the current environmentconda list –revisions
Restore environment to a previous revisionconda install –revision 2
Save environment to a text fileconda list –explicit > bio-env.txt
Delete an environment and everything in itconda env remove –name bio-env
Deactivate the current environment WINDOWS:deactivate
macOS, LINUX:source deactivate
Create environment from a text fileconda env create – le bio-env.txt
Stack commands: create a new environment, name and install the biopython packageconda create –name bio-env biopython it bio-env
Sheet

Conda Check Env

statementcommand
Use conda to search for a packageconda search PACKAGENAME
See list of all packages in Anacondahttps://docs.anaconda.com/anaconda/packages/pkg-docs