Skip to content

provision: Fix source command on Windows #622

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

Merged
merged 1 commit into from
Sep 20, 2020
Merged

provision: Fix source command on Windows #622

merged 1 commit into from
Sep 20, 2020

Conversation

QEDK
Copy link
Collaborator

@QEDK QEDK commented Sep 20, 2020

Currently, the provision script gives us something like this on Windows:

Run the following to enter into the virtualenv:

  source C:\Users\qedk\python-zulip-api\zulip-api-py3-venv\Scripts\activate

However, bash does not work with backslashes and will give us an error saying No such file or directory.
This commit addresses that so we get the correct command with the forward slashes:

Run the following to enter into the virtualenv:

  source C:/Users/qedk/python-zulip-api/zulip-api-py3-venv/Scripts/activate

@showell showell merged commit b6db740 into zulip:master Sep 20, 2020
@showell
Copy link
Contributor

showell commented Sep 20, 2020

Merged, thanks @QEDK!

@QEDK QEDK deleted the patch-provision branch September 20, 2020 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants