Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3 possible in current venv install. #7

Open
shiddy opened this issue Jul 12, 2018 · 0 comments
Open

Python3 possible in current venv install. #7

shiddy opened this issue Jul 12, 2018 · 0 comments

Comments

@shiddy
Copy link

shiddy commented Jul 12, 2018

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant