Top "Anaconda" questions

Anaconda is an Open Data Science platform powered by Python.

Does Conda replace the need for virtualenv?

I recently discovered Conda after I was having trouble installing SciPy, specifically on a Heroku app that I am developing. …

python scipy virtualenv anaconda conda
Installation of pygame with Anaconda

I have Anaconda 1.6.2, which uses Python 2.7.5, installed on a Windows 7 64-bit system. I need to install Pygame 1.9.1 and this is …

python python-2.7 pygame anaconda
How can l uninstall PyTorch?

I can't find any command to uninstall and remove all PyTorch dependencies. Even on the pytorch.org website. I installed …

python ubuntu anaconda pytorch
OpenCV not working properly with python on Linux with anaconda. Getting error that cv2.imshow() is not implemented

This is the exact error that I am getting. My OS is Ubuntu 16.10. OpenCV Error: Unspecified error (The function is …

python opencv ubuntu anaconda
How to reset anaconda root environment

How do I reset the root environment of anaconda? There has to be a simple conda reset command that does …

python anaconda
What are the differences between Conda and Anaconda?

Post-question update: See Introduction to Conda for more details. The problem: I first installed Anaconda on my ubuntu at ~/anaconda, …

python anaconda conda
Install anaconda library from a local source

I have been trying to install pymc for some time on a Windows PC behind a very complicated proxy; effectively …

python anaconda pymc
What is the difference between pyenv, virtualenv, anaconda?

I am a ruby programmer trying to learn python. I am pretty family with pyenv since it is like a …

python pip anaconda virtualenv pyenv
Use the default Python rather than the Anaconda installation when called from the terminal

I recently installed the Anaconda version of Python. Now when I type python into the terminal it opens the Anaconda …

python linux anaconda
conda - How to install R packages that are not available in "R-essentials"?

I use an out-of-the-box Anaconda installation to work with Python. Now I have read that it is possible to also "…

python r anaconda conda