Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pythonLocation value inconsistent between CPython and PyPy #60

@rossmacarthur

Description

@rossmacarthur

The value of pythonLocation is inconsistent between CPython and PyPy

On both pypy2 and pypy3 the bin path segment is included in the pythonLocation variable:

pypy3 pythonLocation

/opt/hostedtoolcache/PyPy/3.6.9/x64/bin

pypy2 pythonLocation

/opt/hostedtoolcache/PyPy/2.7.13/x64/bin

But for the CPython versions it isn't.
3.6 pythonLocation

/opt/hostedtoolcache/Python/3.6.10/x64

2.7 pythonLocation

/opt/hostedtoolcache/Python/2.7.17/x64

I would expect the PyPy versions to be consistent with CPython builds

Metadata

Metadata

Assignees

Labels

feature requestNew feature or request to improve the current logic

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions