aboutsummaryrefslogtreecommitdiff
path: root/doc/README.org
diff options
context:
space:
mode:
authorBonfaceKilz2020-08-20 16:01:54 +0300
committerBonfaceKilz2020-08-20 16:01:54 +0300
commitb32004bc517d9a58be52662297e541c23f60355b (patch)
treed8ac302bd20b11f043336417aa6424f27e0bfcb8 /doc/README.org
parent7f623509a4afded47eb8580451c146487d2ef662 (diff)
downloadgenenetwork2-b32004bc517d9a58be52662297e541c23f60355b.tar.gz
Replace all references to python2.7 with python3.8
Run: ``` find . -type f -print0 | xargs -0 sed -i \ "s|lib/python2.7/site-packages|lib/python3.8/site-packages|g" ```
Diffstat (limited to 'doc/README.org')
-rw-r--r--doc/README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.org b/doc/README.org
index 46df03c7..43c92e3c 100644
--- a/doc/README.org
+++ b/doc/README.org
@@ -218,7 +218,7 @@ information given by guix:
On one system:
-: export PYTHONPATH="$HOME/.guix-profile/lib/python2.7/site-packages"
+: export PYTHONPATH="$HOME/.guix-profile/lib/python3.8/site-packages"
: export R_LIBS_SITE="$HOME/.guix-profile/site-library/"
: export GEM_PATH="$HOME/.guix-profile/lib/ruby/gems/2.2.0"