Can´t install or use PIP/Python

Discussion of applications not mentioned above.
Locked
User avatar
octekin
Posts: 5
Joined: 06 May 2021, 03:58

Can´t install or use PIP/Python

Post 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
User avatar
TMRyan
TerraMaster Team
Posts: 817
Joined: 01 Dec 2020, 11:50

Re: Can´t install or use PIP/Python

Post by TMRyan »

Can you describe your problem in detail?
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement)
User avatar
octekin
Posts: 5
Joined: 06 May 2021, 03:58

Re: Can´t install or use PIP/Python

Post 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
User avatar
TMzethar
TerraMaster Team
Posts: 1128
Joined: 27 Oct 2020, 16:43

Re: Can´t install or use PIP/Python

Post 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?
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
octekin
Posts: 5
Joined: 06 May 2021, 03:58

Re: Can´t install or use PIP/Python

Post by octekin »

hey,

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

Thanks
Locked