Function not implemented: 'lib' -> 'my/path/to/venv/lib64'
问题 OS: Manjaro Python: 3.8 On my computer I have 2 partitions, one is where my Manjaro is installed, and the other one it's a secondary SSD. Every time when I'm running this command virtualenv env into my secondary SSD I'm getting the following error: OSError: [Errno 38] Function not implemented: '/usr/bin/python3' -> 'path/to/my/env/bin/python' Also the same with this command python3 -m venv tutorial-env I'm getting the same error. But the interesting fact is that if I'm trying to run any of