@@ -77,7 +77,7 @@ Collecting pdm
7777 Using cached pdm-2.4.0-py3-none-any.whl (205 kB)
7878Collecting unearth> =0.7
7979 Using cached unearth-0.7.2-py3-none-any.whl (39 kB)
80- Requirement already satisfied: certifi in /Users/leahawasser/opt /miniconda3/envs/pdm/lib/python3.9/site-packages (from pdm) (2022.12.7)
80+ Requirement already satisfied: certifi in .. /miniconda3/envs/pdm/lib/python3.9/site-packages (from pdm) (2022.12.7)
8181Collecting pyproject-hooks
8282 Using cached pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB)
8383Collecting shellingham> =1.3.2
@@ -153,13 +153,13 @@ PDM did ask me what envt I wanted to use which was nice! it found my pdm conda e
153153> pdm init
154154Creating a pyproject.toml for PDM...
155155Please enter the Python interpreter to use
156- 0. /Users/leahawasser/opt /miniconda3/envs/pdm/bin/python (3.9)
156+ 0. .. /miniconda3/envs/pdm/bin/python (3.9)
1571571. /opt/homebrew/bin/python3.11 (3.11)
1581582. /opt/homebrew/bin/python3.10 (3.10)
159- 3. /Users/leahawasser/opt /miniconda3/envs/pdm/bin/python3.9 (3.9)
159+ 3. .. /miniconda3/envs/pdm/bin/python3.9 (3.9)
1601604. /usr/bin/python3 (3.8)
161161Please select (0): 3
162- Using Python interpreter: /Users/leahawasser/opt /miniconda3/envs/pdm/bin/python3.9 (3.9)
162+ Using Python interpreter: .. /miniconda3/envs/pdm/bin/python3.9 (3.9)
163163Is the project a library that will be uploaded to PyPI [y/n] (n): y
164164Project name (example4_pdm): examplePy
165165Project version (0.1.0): 0.1.00
@@ -232,15 +232,15 @@ venv.with_pip = False
232232Home configuration (/Users/leahawasser/Library/Preferences/pdm/config.toml):
233233
234234Project configuration (/Users/leahawasser/Documents/GitHub/pyos/examplePy/example4_pdm/.pdm.toml):
235- python.path = /Users/leahawasser/opt /miniconda3/envs/pdm/bin/python3.9
235+ python.path = .. /miniconda3/envs/pdm/bin/python3.9
236236` ` `
237237
238238` ` `
239239➜ pdm info
240240PDM version:
241241 2.4.0
242242Python Interpreter:
243- /Users/leahawasser/opt /miniconda3/envs/pdm/bin/python3.9 (3.9)
243+ .. /miniconda3/envs/pdm/bin/python3.9 (3.9)
244244Project Root:
245245 /Users/leahawasser/Documents/GitHub/pyos/examplePy/example4_pdm
246246Project Packages: # this is the __pypackages__ dir if you have one
0 commit comments