Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. usage: conda [-h] [-V] command ...
  2.  
  3. conda is a tool for managing and deploying applications, environments and packages.
  4.  
  5. Options:
  6.  
  7. positional arguments:
  8. command
  9. clean Remove unused packages and caches.
  10. config Modify configuration values in .condarc. This is modeled
  11. after the git config command. Writes to the user .condarc
  12. file (/home/jetmortt/.condarc) by default.
  13. create Create a new conda environment from a list of specified
  14. packages.
  15. help Displays a list of available conda commands and their help
  16. strings.
  17. info Display information about current conda install.
  18. init Initialize conda for shell interaction. [Experimental]
  19. install Installs a list of packages into a specified conda
  20. environment.
  21. list List linked packages in a conda environment.
  22. package Low-level conda package utility. (EXPERIMENTAL)
  23. remove Remove a list of packages from a specified conda environment.
  24. uninstall Alias for conda remove.
  25. run Run an executable in a conda environment. [Experimental]
  26. search Search for packages and display associated information. The
  27. input is a MatchSpec, a query language for conda packages.
  28. See examples below.
  29. update Updates conda packages to the latest compatible version.
  30. upgrade Alias for conda update.
  31.  
  32. optional arguments:
  33. -h, --help Show this help message and exit.
  34. -V, --version Show the conda version number and exit.
  35.  
  36. conda commands available from other packages:
  37. build
  38. convert
  39. debug
  40. develop
  41. env
  42. index
  43. inspect
  44. metapackage
  45. render
  46. server
  47. skeleton
  48. verify
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement