安装Python出错,环境赋予不了,请大神指点

请问能否帮我修改一下?


(base) bio@ubuntu:~$ pip install iterativeWGCNA

bash: /home/bio/miniconda3/bin/pip: /home/bio/miniconda3/bin/python: bad interpreter: No such file or directory

(base) bio@ubuntu:~$ export PATH=$HOME/usr/bin/Python:$PATH

(base) bio@ubuntu:~$ pip install iterativeWGCNA

bash: /home/bio/miniconda3/bin/pip: /home/bio/miniconda3/bin/python: bad interpreter: No such file or directory

(base) bio@ubuntu:~$ export PATH=$HOME/bio/Python-3.3.0/bin/python:$PATH

(base) bio@ubuntu:~$ which python

/usr/bin/python

(base) bio@ubuntu:~$ export PATH=$home/bio/Python-3.3.0/bin/python:$PATH

(base) bio@ubuntu:~$ which python

/usr/bin/python

(base) bio@ubuntu:~$ export PATH=$HOME/bio/bio/Python-3.3.0/bin/python:$PATH

(base) bio@ubuntu:~$ which python

/usr/bin/python

(base) bio@ubuntu:~$ export PATH=$HOME/bio/bio/Python-3.3.0/bin/python:$PATH

(base) bio@ubuntu:~$ sudo ln -s /home/bio/Python-3.3.0/bin/python

(base) bio@ubuntu:~$ which python

/usr/bin/python

(base) bio@ubuntu:~$ sudo ln -s /home/bio/bio/Python-3.3.0/bin/python

ln: failed to create symbolic link './python': File exists

(base) bio@ubuntu:~$ sudo ln -s /home/bio/Python-3.3.0/bin/python3.3

(base) bio@ubuntu:~$ which python

/usr/bin/python

(base) bio@ubuntu:~$ sudo ln -s /home/bio/miniconda3/bin/python

ln: failed to create symbolic link './python': File exists

(base) bio@ubuntu:~$ 


请先 登录 后评论