cozy icon indicating copy to clipboard operation
cozy copied to clipboard

Fix getting python install path

Open nater1983 opened this issue 6 months ago • 1 comments

Get Python Paths Using the python.get_path() Method:

Retrieve specific paths like purelib and stdlib using python.get_path().

Handle Paths Manually:

Construct the paths based on the information provided by the python.get_path() method.

python_bin.get_path('purelib'): This retrieves the directory where Python packages are installed. python_bin.get_path('stdlib'): This retrieves the directory for Python standard libraries.

nater1983 avatar Aug 11 '24 20:08 nater1983