You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion of the virtualenv package.
|
|
|
Disabled py2.4 ci builds
|
| |
We still have hudson running, and it's useful as travis doesn't have
windows support.
I've disabled the 2.4 builds for now as the next pip release will not
support 2.4.
I've also kicked off the windows builds to see current state.
Paul
|
|
Errors when running pip tests - hgext.qct not found
|
| |
Hi, When running the tests for the pip project I get two tests failing with the same error: *** failed to import extension hgext.qct: No module named qct The two failing tests are: test_basic.test_install_global _option_using_editable test_freeze.test_freeze_mercur ial_clone Is this a known issue? Does anyone else have this problem?... more »
|
|
Using requirements.txt for cloning non-python repos?
|
| |
Hi,
I really love the way requirements.txt works it has become our
default installation method for apps.
Today I realized they are some non-python packages we'll like to have in
our /src dir for example twitter bootstrap
I was wondering is it is possible to somehow signal pip that I want that... more »
|
|
installing the installer
|
| |
My old debian system's python is a bit of (ahem) a mess.
Some things installed with apt-get, some with python setup.py some with
easy_install etc.
Trying to cleanup and move to more systematic use of pip/virtualenv.
I find synaptic has
python-virtualenv version 1.7.1.2-1 (uninstalled)
python-pip 1.0-1 (unistalled)... more »
|
|
pip + git + branch
|
| |
Hello, I am trying to use pip to install a package from a git branch. To test this I use a public repository with a branch called "prod". Invoked command: ...this does checkout tornado and installs it. But it does install the master branch. To test which branch was used for installation I use the following... more »
|
|
pip cleanup with requirements file?
|
| |
Hey, I'm using pip with a virtualenv on a Django project. One of the things we're doing at the moment is blowing away the virtualenv everytime we want to do a clean install. Eg, if the pip packages file changes then the whole thing is blasted away.* This seems wasteful to me. It would be much better... more »
|
|
Django virtualenv, pythonpath issues
|
| |
I'm trying to deploy a django app with virtualenv but I'm not a linux expert user. It's on a shared host. If I type python I got the python 2.4 console. If a type python2.7 I got the 2.7 console. I want to use the 2.7. 1. I installed virtualenv with setuptools in my private .site-packages. 2. I created my env using python 2.7: .site-packages/virtualenv... more »
|
|
--find-links and --index-url Priorities
|
| |
Hi!
Recently I started using pip instead of easy_install for package
management.
I'm using python3.2.
In easy_install I created a ~/.distutils.cfg where I could define
find_links:
[easy_install]
find_links = [link]
where [link] is just a folder... more »
|
|
How to install pip virtualenv
|
| |
I am new to django, and I like to install virtualenv by pip. I am using windows 7 but I don't know how to install and activate it. Can anyone help me, to install it? Thank you in advance. Regards, Sanjay M
|
|
|