Skip to content

pipenv with some packages from conda #1469

@boeddeker

Description

@boeddeker

It is possible to specify dependencies inside the Pipfile that are installed from conda instead of pypi?
Somethink like this:

[[source]]
url = 'https://pypi.python.org/simple'
verify_ssl = true
name = 'pypi'

[[source]]
url = 'https://repo.continuum.io/...'
verify_ssl = true
name = 'conda'

When I set up a new computer I install anaconda, then install some packages with conda install (e.g. numpy, scipy, cython, ...) and the remaining ones I install with pip install.
I was able to get pipenv working with conda but I do not know how I can define the dependencies from conda (Or if it is possible). Searching for an answer to my question I can only find people that mention that conda does not work with pipenv.

Describe your environment
  1. OS Type Ubuntu 16.04
  2. Python version: $ python -V Python 3.6.3 :: Anaconda custom (64-bit)
  3. Pipenv version: $ pipenv --version pipenv, version 9.0.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions