Linux Apps Tutorials - Herong's Tutorial Examples - v1.03, by Herong Yang
What Is Conda
This section provides a quick introduction on Conda, which is a powerful open source environment and packager manager that allows you to install multiple environments for multiple versions of software packages and their dependencies and switching easily between them.
What Is Conda? Conda is a powerful open source environment and package manager that allows you to install multiple environments for multiple versions of software packages and their dependencies and switching easily between them. Conda was originally developed to solve difficult Python package management challenges.
Conda is included in two distribution packages:
For most users, download and install Miniconda is good enough. If you need any additional packages, you can download and install them individually from the Conda package repository.
For more information, visit Conda Website at https://www.anaconda.com.
Table of Contents
Running Apache HTTP Server (httpd) on Linux Systems
Running Apache Tomcat on Linux Systems
Running PHP Scripts on Linux Systems
Running MySQL Database Server on Linux Systems
Running Python Scripts on Linux Systems
►Conda - Environment and Package Manager
Introduction to Conda Environment