Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

poetry shell fails because of a space in path to env #3630

Closed
3 tasks done
mklengel opened this issue Feb 2, 2021 · 4 comments · Fixed by #3631
Closed
3 tasks done

poetry shell fails because of a space in path to env #3630

mklengel opened this issue Feb 2, 2021 · 4 comments · Fixed by #3631
Labels
kind/bug Something isn't working as expected

Comments

@mklengel
Copy link

mklengel commented Feb 2, 2021

  • I am on the latest Poetry version.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).

Issue

The problem can be recreated with

$ cd /Volumes/Macintosh SR0/Users/mklengel/Development
$ mkdir poetry-test
$ cd poetry-test
$ poetry init
$ poetry-test poetry shell -vvv
Using virtualenv: /Volumes/Macintosh SR0/Users/mklengel/Development/poetry-test/.venv
Spawning shell within /Volumes/Macintosh SR0/Users/mklengel/Development/poetry-test/.venv
➜  poetry-test . /Volumes/Macintosh SR0/Users/mklengel/Development/poetry-test/.venv/bin/activate
.: no such file or directory: /Volumes/Macintosh

So the problem is most likely the space in the path.

@mklengel mklengel added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Feb 2, 2021
@abn abn closed this as completed in #3631 Feb 9, 2021
abn pushed a commit that referenced this issue Feb 9, 2021
@onnoeberhard
Copy link

I still have this exact same problem. My poetry version is 1.1.11.

@abn abn removed the status/triage This issue needs to be triaged label Mar 3, 2022
@martin-kirilov
Copy link

I also have the same problem with version 1.1.13 on MacOS.

@mklengel
Copy link
Author

mklengel commented May 3, 2022

According to #3631 this should be fixed?!

Copy link

github-actions bot commented Mar 2, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants