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
- ensure default python is set to Python 3+
- $ virtualenv venv
- $ source venv/bin/activate
- $ pip install -r requirements.txt
- $ ./mkdist
Technical details:
- krampus Version: master
- Python Version: 3.6
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
Technical details: