How to activate an Anaconda environment
I’m on Windows 8, using Anaconda 1.7.5 64bit. I created a new Anaconda environment with conda create -p ./test python=2.7 pip from C:\Pr\TEMP\venv\. … Read more
I’m on Windows 8, using Anaconda 1.7.5 64bit. I created a new Anaconda environment with conda create -p ./test python=2.7 pip from C:\Pr\TEMP\venv\. … Read more
I created a virtualenv around my project, but when I try to activate it I cannot. It might just be syntax or folder … Read more
What is the conda version of this? pip install -r requirements.txt –target ./lib I’ve found these commands: while read requirement; do conda install … Read more
I recently learned how to use virtualenv and virtualenvwrapper in my workflow but I’ve seen pyenv mentioned in a few guides but I … Read more
I am a ruby programmer trying to learn python. I am pretty familiar with pyenv since it is like a copy and paste … Read more
I’m looking for a way to make a virtualenv which will contain just some libraries (which I chose) of the base python installation. … Read more
Short Question What is the proper way to install pip, virtualenv, and distribute? Background In my answer to SO question 4314376, I recommended … Read more
I recently installed a bunch of dotfiles on my Mac along with some other applications (I changed to iTerm instead of Terminal, and … Read more
This is a much discussed issue for OSX 10.6 users, but I haven’t been able to find a solution that works. Here’s my … Read more
Is there a way to upgrade the version of python used in a virtualenv (e.g. if a bugfix release comes out)? I could … Read more