You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using direnv and PDM on MacOS and want to use layout python to create a virtual env using one of the python interpreters installed by PDM (I don't want to use PDM directly as the project has not been ported to use it yet). PDM installs interpreters at e.g. /Users/corin.hoad/Library/Application Support/pdm/python/[email protected]/bin/python3.11. When I use this path as
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using direnv and PDM on MacOS and want to use
layout python
to create a virtual env using one of the python interpreters installed by PDM (I don't want to use PDM directly as the project has not been ported to use it yet). PDM installs interpreters at e.g./Users/corin.hoad/Library/Application Support/pdm/python/[email protected]/bin/python3.11
. When I use this path asI get
due to the space in the path. I can't work out how to escape this space: neither backslash nor quotes seem to work.
Beta Was this translation helpful? Give feedback.
All reactions