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

Accept python self-referencing python executables #1664

Merged
merged 1 commit into from
Feb 25, 2020

Conversation

gaborbernat
Copy link
Contributor

Accept these as if they were system executables, print a info about
them referencing themselves.

Resolves #1635.

@gaborbernat
Copy link
Contributor Author

Validated via:

FROM python
RUN cp -Lr /usr/local /test
RUN pip install 'virtualenv<20'
RUN virtualenv test
COPY . /w
RUN test/bin/pip install /w
RUN echo '/test' > /test/lib/python3.8/orig-prefix.txt
RUN /test/bin/python3.8 -m virtualenv --python /test/bin/python3.8 py38 -vvv --with-traceback

Accept these as if they were system executables, print a info about
them referencing themselves.

Resolves #1632.

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setting install_scripts in distutils.cfg results in a broken virtualenv install.
1 participant