Switch to Fedora 33 and Python 3.9
This commit is contained in:
parent
7d867c91ad
commit
61373b3322
19 changed files with 690 additions and 221 deletions
|
|
@ -4,6 +4,6 @@
|
|||
unset BASH_ENV PROMPT_COMMAND ENV
|
||||
if head "/etc/redhat-release" | grep -q "^CentOS Linux release 7" || \
|
||||
head "/etc/redhat-release" | grep -q "^Red Hat Enterprise Linux\( Server\)\? release 7"; then
|
||||
source scl_source enable httpd24 $NODEJS_SCL rh-python38
|
||||
source scl_source enable httpd24 $NODEJS_SCL rh-python39
|
||||
fi
|
||||
source /opt/app-root/bin/activate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue