Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to install a library using python? #129

Closed
Dimpfucse135 opened this issue Nov 7, 2024 · 3 comments
Closed

how to install a library using python? #129

Dimpfucse135 opened this issue Nov 7, 2024 · 3 comments

Comments

@Dimpfucse135
Copy link

No description provided.

@alexp-sssup
Copy link
Member

Can you clarify what command you are trying to run and what is the problem you are seeing? WebVM is a complete Debian distribution and you can install packages as normal using apt-get install

@Dimpfucse135
Copy link
Author

i mean like in python, i tried to use pip install and it didnt work

@alexp-sssup
Copy link
Member

WebVM comes with python3 installed, so you should use pip3. If you want to install python2 you can do so by using apt-get install python-pip. To install packages you will need to be root, you can do so by using the su command.

The password for root is password

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants