At present, the default version of python under CentOS 8 is Python 3.6.8, which is 6 years old. More and more python software needs newer…
Tag: Miniconda3
conda command-line search and install a package in a new environment – tensorflow
Using conda from Anaconda is really easy to install complex environments even like TensorFlow on many different Linux distributions and Windows. conda utility and its…
Installing conda command line in various systems with miniconda and create a simple python environment
Conda is yet another package, dependency and environment management for multiple languages like Python, C/C++, JavaScript, Java, Scala and many more For example, with Conda…
Update conda command-line – miniconda3 and the base environment with defaults
Update the conda installed by miniconda3 is simple: And here is the update process.