diff options
author | noptuno <repollo.marrero@gmail.com> | 2023-04-28 02:29:30 +0200 |
---|---|---|
committer | noptuno <repollo.marrero@gmail.com> | 2023-04-28 02:29:30 +0200 |
commit | 355dee533bb34a571b9367820a63cccb668cf866 (patch) | |
tree | 838af886b4fec07320aeb10f0d1e74ba79e79b5c /venv/bin/python3 | |
parent | added pyproject.toml file (diff) | |
download | gpt4free-355dee533bb34a571b9367820a63cccb668cf866.tar gpt4free-355dee533bb34a571b9367820a63cccb668cf866.tar.gz gpt4free-355dee533bb34a571b9367820a63cccb668cf866.tar.bz2 gpt4free-355dee533bb34a571b9367820a63cccb668cf866.tar.lz gpt4free-355dee533bb34a571b9367820a63cccb668cf866.tar.xz gpt4free-355dee533bb34a571b9367820a63cccb668cf866.tar.zst gpt4free-355dee533bb34a571b9367820a63cccb668cf866.zip |
Diffstat (limited to '')
l--------- | venv/bin/python3 | 1 | ||||
l--------- | venv/bin/python3.9 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/venv/bin/python3 b/venv/bin/python3 new file mode 120000 index 00000000..e616d269 --- /dev/null +++ b/venv/bin/python3 @@ -0,0 +1 @@ +python3.9
\ No newline at end of file diff --git a/venv/bin/python3.9 b/venv/bin/python3.9 new file mode 120000 index 00000000..9c670a49 --- /dev/null +++ b/venv/bin/python3.9 @@ -0,0 +1 @@ +/usr/local/opt/python@3.9/bin/python3.9
\ No newline at end of file |