ryanvolz / radioconda

Software radio distribution and installer for conda
Other
340 stars 39 forks source link

After fresh installation, there's a $PREFIX/lib/python3.1 directory #72

Closed marcusmueller closed 9 months ago

marcusmueller commented 9 months ago

Don't think there even was a Python 3.1 that ever saw significant publicity, so I wonder what that directory does! (It's but a symlink to python3.10)

marcusmueller commented 9 months ago

Oh, after figuring out conda package --which, this seems to be an upstream python-3.10.12 packaging issue. huh!

ryanvolz commented 9 months ago

I believe it's a purposeful symlink, because some things always expected a two-digit 'x.y' Python version number.