Skip to content

usrlocalpkg: switch to python-3.9 #203

Merged
merged 1 commit into from
Aug 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions usrlocalpkg/admin/config
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,7 @@ python3.9=python-3.9

# b) default python, see PEP 0394 too

python-3=python-3.8
python-3=python-3.9
python3
python3-config
idle3=idle
Expand All @@ -1373,7 +1373,7 @@ python-3=python-3.8
python3=python-3

# c) manage python based tools (meson, snakemake, ...)
# mind python3-wrapper.be0
# Check existence! And mind python3-wrapper.be0 too

python=python-3
bamCompare
Expand All @@ -1395,6 +1395,7 @@ python=python-3
multiqc
nbshow
pairtools
pdbfixer
pgt
pip
pyGenomeTracks
Expand Down