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

fix new Environment ps1 files when spaces in path #12653

Merged

Conversation

memsharded
Copy link
Member

@memsharded memsharded commented Dec 2, 2022

Changelog: Fix: Fix new Environment .ps1 files when spaces in path
Docs: Omit

Close #12648

@franramirez688 franramirez688 merged commit f46b23e into conan-io:develop Dec 20, 2022
@memsharded memsharded deleted the fix/powershell_paths_spaces branch December 20, 2022 13:39
@@ -58,7 +58,7 @@ def environment_wrap_command(env_filenames, env_folder, cmd, subsystem=None,
return '{} && {}'.format(launchers, cmd)
elif ps1s:
# TODO: at the moment it only works with path without spaces
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment is probably not needed anymore 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] Powershell scripts for virtualenv do not escape paths correctly
3 participants