-
-
Save AlecSchneider/f7f8861a1f8cb361a624902f66ab1a8e to your computer and use it in GitHub Desktop.
cd | |
# you can do this all in one command | |
wget -qO- http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86/apk-tools-static-2.10.5-r1.apk | tar -xz sbin/apk.static && ./sbin/apk.static add apk-tools && rm sbin/apk.static | |
apk add python3 |
Hey when I run # wget -qO- http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86/apk-tools-static-2.10.5-r1.apk | tar -xz sbin/apk.static && ./sbin/apk.static add apk-tools && rm sbin/apk.static
I get this error : wget: server returned error: HTTP/1.1 404 Not Found
tar: invalid magic
tar: short read
tar: sbin/apk.static: not found in archive
Please help
Yebblinux please following below
URL
you don't need to download any package just run APK add python3
nikileshBalaji is right just type "apk add python3".
Great!
But how to install virtual environments package into python installed above?
I can install pip by:
apk add py3-pip
But apk add py3-venv
not working.
install all in one command
wget -qO- http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86/apk-tools-static-2.10.5-r1.apk | tar -xz sbin/apk.static && ./sbin/apk.static add apk-tools && rm sbin/apk.static
Thanks @dphans
Thanks @AlecSchneider
I finally install mine
Yebblinux please following below URL
you don't need to download any package just run APK add python3
Hello!
Don’t work this command :
localhost:~$ apk add python3
ERROR: Unable to lock database: Permission denied
ERROR: Failed to open apk database: Permission denied
I need help please.
Try sudo @David-ux-cyber
please its still not working for me
any help