Skip to content

Python3 possible in current venv install. #7

@shiddy

Description

@shiddy

Issue Summary

Virtualenv docs should include a python environment version. Otherwise, the pathing in the ./mkdist script fails without a clear resolution. This will be common as more package managers default to installing python3 over python2

Without providing more explicit clarity within the venv setup, this will cause confusion.

Steps to Reproduce

  1. ensure default python is set to Python 3+
  2. $ virtualenv venv
  3. $ source venv/bin/activate
  4. $ pip install -r requirements.txt
  5. $ ./mkdist

Technical details:

  • krampus Version: master
  • Python Version: 3.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions