File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44ubuntu : main.c
55 sudo apt install pip
66 sudo apt install pipenv
7- pipenv install --python 3.13
7+ pipenv install --python python3
88 pipenv run pip3 install -r requirements.txt
99 pipenv install PyInstaller
1010 sudo gcc main.c -o /usr/local/bin/QuickOverflow
@@ -18,7 +18,7 @@ arch_linux: main.c
1818 chmod +x search.py
1919 sudo pacman -S python-pipenv
2020 sudo pacman -S pyenv
21- pipenv install --python 3.13
21+ pipenv install --python python3
2222 pipenv install pyinstaller
2323 # Removed pipenv shell to prevent build interruption
2424 pipenv run pip3 install -r requirements.txt
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ pyinstaller = "*"
1010[dev-packages ]
1111
1212[requires ]
13- python_version = " 3.13 "
13+ python_version = " 3"
You can’t perform that action at this time.
0 commit comments