From 77e33286aa2ddde8fdc5075679580d782b8b8f99 Mon Sep 17 00:00:00 2001 From: MelodyZhangYiqun Date: Sat, 10 Dec 2022 14:46:53 -0500 Subject: [PATCH] Issue 2 has been solved --- bin/python | 1 + bin/python3 | 1 + bin/python3.10 | 1 + lib64 | 1 + pyvenv.cfg | 3 +++ 5 files changed, 7 insertions(+) create mode 120000 bin/python create mode 120000 bin/python3 create mode 120000 bin/python3.10 create mode 120000 lib64 create mode 100644 pyvenv.cfg diff --git a/bin/python b/bin/python new file mode 120000 index 00000000..b8a0adbb --- /dev/null +++ b/bin/python @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/bin/python3 b/bin/python3 new file mode 120000 index 00000000..ae65fdaa --- /dev/null +++ b/bin/python3 @@ -0,0 +1 @@ +/usr/bin/python3 \ No newline at end of file diff --git a/bin/python3.10 b/bin/python3.10 new file mode 120000 index 00000000..b8a0adbb --- /dev/null +++ b/bin/python3.10 @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/lib64 b/lib64 new file mode 120000 index 00000000..7951405f --- /dev/null +++ b/lib64 @@ -0,0 +1 @@ +lib \ No newline at end of file diff --git a/pyvenv.cfg b/pyvenv.cfg new file mode 100644 index 00000000..266b9070 --- /dev/null +++ b/pyvenv.cfg @@ -0,0 +1,3 @@ +home = /usr/bin +include-system-site-packages = false +version = 3.10.6