You mean this?
http://docs.pylonsproject.org/projects/pyramid/en/latest/quick_tutorial/scaffolds.html
Do this:
$VENV/bin/python
What python version shows? If not Python 3.4.x (as you would
expect), then try this:
$VENV/bin/python3
...and if it shows 3.4.x, then adjust any command with 'python'
to use 'python3' instead.
[Note to self, we might need to add a step for users to check
that they have the desired Python version as the default in
their PATH.]
Next, did you do the previous step 2?
$VENV/bin/pcreate --scaffold starter scaffolds
Next, did you follow Requirements previously and to the letter?
http://docs.pylonsproject.org/projects/pyramid/en/latest/quick_tutorial/requirements.html
If you did not, then start over with a clean directory, and
follow every step. Do not go off the beaten path with pip,
unless you know the implications (as stated at the end of Requirements).
--steve
On 8/9/15 at 9:03 PM,
brian....@gmail.com (Yetta) pronounced:
------------------------
Steve Piercy, Soquel, CA