

List package in current conda environment For this reason it occupies 3.2 GB as installed and includes hundreds of the most popular packages for large-scale data processing, predictive analytics, and scientific computing.Ĭreate Environment "test" and install tensorflow It comes with a package manager system, conda, and includes many commonly used Python modules. Its small base size and selectivity makes it a preferred choice for when space is a concern.Īnaconda is the most popular full Python distribution. Miniconda is a minimal installer for conda, which includes - conda, Python, the packages they depend on, and a limited number of other useful packages (incl. There are multiple versions of conda, differentiated by two things: the number of packages that get installed by default, and the version of python it uses. It works on Linux, OS X and Windows, and was created for Python programs but can package and distribute any software.

Or use Anaconda Navigator (Start Menu - Anaconda Navigator).Anaconda python distribution from Continuum Analytics (Conda) is an open source package management system and environment management system for installing multiple versions of software packages and their dependencies and switching easily between them. Instead, open Anaconda with the Start Menu and select Anaconda Prompt, The Windows PATH because this can interfere with other software. When installing Anaconda, we recommend that you do not add Anaconda to Should I add Anaconda to the Windows PATH? Just to take into consideration from the oficial documentation. But sure will work on any CMD or Powershell instance. Being said the following this will most likely not work in a Git Bash window since is just a wrapper for Git. Note you should close every terminal and restart it again in order for it to take effect. > Under System variables search for Path, left-click -> Paste conda installation directory. For example C:\Users\ your-username \Anaconda3\ copy this path and go to file explorer right-click on "This PC" -> Properties -> Advance system settings -> Environment Variables. Since you are using a VM you can create a shared folder between host and guest.Īnswering your specific question locate where you conda installation takes place. Run a Virtual Box with your favorite Linux flavor on CLI and detachable mode and connect with ssh through a simple ssh command.

I will leave you with this link, maybe it will helpĭownload git and anaconda as a Windows installation and use everything under Powershell, when configuring Git Bash it shows an option where you can replace some current Windows commands for Linux. Ok, so they are a few workarounds I have implemented myself, note WSL is the winner for me.
