boldport / pcbmode

A printed circuit board design tool with a twist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specify python version for virtualenv

WayneKeenan opened this issue · comments

Current mainline is python2.

The docs could make it explicit when creating the virtualenv on a host that is defaulting to python3:

virtualenv -p python2 pcbmode-env

That’s cool. Thanks

Just the docs need to reflect the main point of entry for n00bs, don’t they?

I would very much like @saardrimer to merge that branch into mainline!

I'm starting to work on the next version of PCBmodE at branch cinco-master.

I understand that for Python 3.5+ we should be using the native venv, so I'll update the docs to reflect that. See also #48 .