User Tools

Site Tools


other:python:misc_by_jyp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
other:python:misc_by_jyp [2021/08/25 12:00]
jypeter [Working with paths and filenames] Added more examples
other:python:misc_by_jyp [2021/08/25 12:40]
jypeter [Working with paths and filenames] Improved example
Line 54: Line 54:
 === Example: getting the full path of the Python used === === Example: getting the full path of the Python used ===
  
-<​code>>>>​ import shutil +Note: the actual python may be different from the default python! 
->>> ​my_python = shutil.which('​python'​) + 
->>> ​my_python +<​code>​$ which python 
-'/home/share/unix_files/cdat/​miniconda3_21-02/envs/cdatm_py3/​bin/​python'</​code>​+/​usr/​bin/​python 
 + 
 +$ /​modfs/​modtools/​miniconda3//​envs/​analyse_3.6_test/​bin/​python 
 +>>>​ import ​sys, shutil 
 +>>>​ shutil.which('​python'​) 
 +'/​usr/​bin/​python'​ 
 +>>> ​sys.executable 
 +'/modfs/modtools/miniconda3//envs/analyse_3.6_test/​bin/​python'</​code>​
  
  
other/python/misc_by_jyp.txt · Last modified: 2024/04/19 12:02 by jypeter