Page 1 of 1

Can´t install or use PIP/Python

Posted: 27 May 2021, 04:25
by octekin
Hello,

I can´t use pip.

I get everytime a error message.

Code: Select all

-bash: pip: command not found
Please help. Thanks

Re: Can´t install or use PIP/Python

Posted: 28 May 2021, 15:29
by RyanYang
Can you describe your problem in detail?

Re: Can´t install or use PIP/Python

Posted: 28 May 2021, 19:37
by octekin
Hey,

my problemm is that I can´t use the pip command.
For example when I try to install projects from https://pypi.org/project I get this:

Code: Select all

-bash: pip: command not found
error message through the SSH Putty connection.

I install both from the app manager Pyhton and PIP. When I write the command whereis pip I get this message:

Code: Select all

whereis pip
pip: /mnt/md0/application/pip
And when I write whereis python I get this:

Code: Select all

whereis python
python: /usr/lib/python3.6 /mnt/md0/application/bin/python3.6-config /mnt/md0/application/bin/python3.6m-config /mnt/md0/application/bin/python3.6m /mnt/md0/application/bin/python3.6 /mnt/md0/application/lib/python3.6
I try also to uninstall PIP and Python and reinstall, but without effect.

Please help

Re: Can´t install or use PIP/Python

Posted: 31 May 2021, 11:55
by TMzethar
It seems that PIP has not been installed correctly. Please try to reinstall PIP. By the way,what is the version of TOS?

Re: Can´t install or use PIP/Python

Posted: 03 Jun 2021, 02:37
by octekin
hey,

I reinstall it, and now it works 8-) . The version of TOS is 4.2.12-2104131759

Thanks