source: gs3-extensions/virtualenv-python/trunk/README.txt@ 36310

Last change on this file since 36310 was 36310, checked in by davidb, 21 months ago

Starting set of files for virtual python3 extension

File size: 517 bytes
Line 
1#====
2# Getting the extension
3#====
4
5Assuming you are in the Greenstone3 top-level (i.e. GSDL3SRCHOME) directory,
6(if not already done so) this extension can be checked out as follows:
7
8 svn co https://svn.greenstone.org/gs3-extensions/virtualenv-python/trunk ext/virtualenv-python
9
10
11
12#-<>
13# <One-time-only>
14#--
15
16cd ext/virtualenv-python
17./CREATE-VENV-PYTHON3.sh
18cd ../..
19
20ln -s ext/virtualenv-python/SETUP-TOP-LEVEL.sh SETUP.sh
21ln -s ext/virtualenv-python/DEVEL-TOP-LEVEL.sh DEVEL.sh
22
23#--
24# </One-time-only>
25#</>
Note: See TracBrowser for help on using the repository browser.