-
-
Notifications
You must be signed in to change notification settings - Fork 395
Provision: Replace virtualenv by python native venv. #646
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
Conversation
f92770e
to
1bd0007
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure about this line for venv. Can anyone help?
60a638a
to
499ea0e
Compare
499ea0e
to
7951985
Compare
93b17ab
to
866b90e
Compare
Fixes zulip#625 Changes: - Replace virtualenv, to python native venv. The venv used is native to python3 and need not be shipped separately on any OS other than Ubuntu/Debian. - Remove redundant activation script. An activation script is required to use the pip and python in the virtual environment, but in case the path to the pip is mentioned, pip takes care of installing the packages in the environment where pip is located.
866b90e
to
22c33c3
Compare
Merged, thanks @LoopThrough-i-j! I made a few edits to the commit message, mainly for technical English ("Replace virtualenv with python native venv.", i.e. I did s/by/with/). Also to move the |
Thanks, will keep it in mind. |
Fixes #625