equinor / komodoenv

Komodoenv is the virtualenv of the Komodo world
GNU General Public License v3.0
1 stars 3 forks source link

Give warning if trying to source komodoenv on different rhel version then it was made on #67

Closed larsevj closed 2 months ago

larsevj commented 2 months ago

Currently if you create a komodoenv on RHEL7 and then later on try to source it on RHEL8 it will fail to due the difference in shared libraries and python versions. Should warn users about this.