How to get the PYTHONPATH in shell?

后端 未结 6 597
失恋的感觉
失恋的感觉 2021-01-30 16:27
debian@debian:~$ echo $PYTHONPATH  
/home/qiime/lib/:  
debian@debian:~$ python  
Python 2.7.3 (default, Jan  2 2013, 16:53:07)   
[GCC 4.7.2] on linux2  
Type \"help\",         


        
6条回答
  •  长情又很酷
    2021-01-30 16:43

    Just write:

    just write which python in your terminal and you will see the python path you are using.

提交回复
热议问题