On 2/4/20 2:12 PM, Alan Feuerbacher via blfs-support wrote:
I hope this helps in diagnosing the root problem.
You are right pyvenv is no longer present. I've removed that from the
book.
-- Bruce
Ok.
So what about the other pip programs, like the non-existent pip3.8 that
the pip3 symlink is pointing to? I can't download a number of programs
with "pip3 install whatever" until that is working.
It's there on my system.
$ cat pip3
#!/usr/bin/python3.8
# -*- coding: utf-8 -*-
import re
import sys
from pip._internal.cli.main import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(main())
-----------------------------------
I do not know why you don't have it.
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page