@@ -77,7 +77,7 @@ Collecting pdm
77
77
Using cached pdm-2.4.0-py3-none-any.whl (205 kB)
78
78
Collecting unearth> =0.7
79
79
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)
81
81
Collecting pyproject-hooks
82
82
Using cached pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB)
83
83
Collecting 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
153
153
> pdm init
154
154
Creating a pyproject.toml for PDM...
155
155
Please 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)
157
157
1. /opt/homebrew/bin/python3.11 (3.11)
158
158
2. /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)
160
160
4. /usr/bin/python3 (3.8)
161
161
Please 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)
163
163
Is the project a library that will be uploaded to PyPI [y/n] (n): y
164
164
Project name (example4_pdm): examplePy
165
165
Project version (0.1.0): 0.1.00
@@ -232,15 +232,15 @@ venv.with_pip = False
232
232
Home configuration (/Users/leahawasser/Library/Preferences/pdm/config.toml):
233
233
234
234
Project 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
236
236
` ` `
237
237
238
238
` ` `
239
239
➜ pdm info
240
240
PDM version:
241
241
2.4.0
242
242
Python Interpreter:
243
- /Users/leahawasser/opt /miniconda3/envs/pdm/bin/python3.9 (3.9)
243
+ .. /miniconda3/envs/pdm/bin/python3.9 (3.9)
244
244
Project Root:
245
245
/Users/leahawasser/Documents/GitHub/pyos/examplePy/example4_pdm
246
246
Project Packages: # this is the __pypackages__ dir if you have one
0 commit comments