mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-29 15:43:54 +00:00
explicit Python 2.7 virtualenv
This commit is contained in:
parent
bf0149f7d7
commit
5a7790b2da
@ -37,7 +37,7 @@ pre-release code), you should create a virtualenv and install into that:
|
|||||||
|
|
||||||
* ``git clone https://github.com/tahoe-lafs/tahoe-lafs.git``
|
* ``git clone https://github.com/tahoe-lafs/tahoe-lafs.git``
|
||||||
* ``cd tahoe-lafs``
|
* ``cd tahoe-lafs``
|
||||||
* ``virtualenv venv``
|
* ``virtualenv --python=python2.7 venv``
|
||||||
* ``venv/bin/pip install --editable .``
|
* ``venv/bin/pip install --editable .``
|
||||||
* ``venv/bin/tahoe --version``
|
* ``venv/bin/tahoe --version``
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user