You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: