virtualenv
How do I tell a Python script to use a particular version
How do I, in the main.py module (presumably), tell Python which interpreter to use? What I mean is: if I want a particular script to use version 3 of Python to interpret the entire program, how do I do that?
How to leave/exit/deactivate a Python virtualenv
I’m using virtualenv and the virtualenvwrapper. I can switch between virtualenv’s just fine using the workon command.
How to avoid “Permission denied” when using pip with virtualenv
I attempt to deploy a Python package with pip in a virtual environment on an Ubuntu machine, but encounter a permission-related issue. For example:
Broken references in Virtualenvs
I recently installed a bunch of dotfiles on my Mac along with some other applications (I changed to iTerm instead of Terminal, and Sublime as my default text editor) but ever since, all my virtual environments have stopped working, although their folders inside .virtualenvs are still there and they give the following error whenever I try to run anything in them:
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.
What is the official “preferred” way to install pip and virtualenv systemwide?
Is it this, which people seem to recommend most often:
Difference between ‘python setup.py install’ and ‘pip install’
I have an external package I want to install into my python virtualenv from a tar file.
What is the best way to install the package?
How do I add a path to PYTHONPATH in virtualenv
I am trying to add a path to the PYTHONPATH environment variable, that would be only visible from a particular virtualenv environment.
How to specify python version used to create Virtual Environment?
My Python virtual environments use python3.6 when I create them using virtualenv