See the conda cheat sheet PDF (1 MB) for a single-page summary of the most important information about using conda. Read this Android 12 cheat sheet to get up to speed on Google's latest OS. We'll update this resource periodically when there is new information about Android 12. (PiP) control can be handled.
A collection of useful commands to handle python virtual environments and packages with pip, virtualenv, and pipenv.
Pip
Global Help
Help for a specific command
Search a package & show details
Install / Uninstall a package
Install a package in a user space:
Install a specific version of a package
Show all installed packages & their versions
Show if new versions of the packages are available
Upgrade a package to the latest version:
Upgrade all packages to their latest version:
Write a list of requirements
Install a list of requirements
Virtualenv
Create a virtual environment
Activate/deactivate a virtualenv
Forex Trading Cheat Sheet
Pipenv
Pop Cheat Sheet
Install/Uninstall a package in a virtualenv
Install a specific version of a package
Update packages
Activate/deactivate the environment
Run a command in the environment
Install a list of requirements
Export a list of requirements
Install a package as a dev-package
Recreate the environment with a different version of Python
Remove a virtual environment (will not delete Pipfiles)
Install packages from a Pipfile
Find out the location of the virtual environment for the project
Check for security vulnerabilities in installed packages
List packages and their dependencies
Create or update the Pipfile.lock
Create an environment using Pipfile.lock