clean after bump to pypy 7.3.1
This commit is contained in:
@@ -198,9 +198,6 @@ def build(options: BuildOptions):
|
||||
virtualenv_env = env.copy()
|
||||
|
||||
venv_script_path = os.path.join(venv_dir, 'Scripts')
|
||||
if os.path.exists(os.path.join(venv_dir, 'bin')):
|
||||
# pypy2.7 bugfix
|
||||
venv_script_path = os.pathsep.join([venv_script_path, os.path.join(venv_dir, 'bin')])
|
||||
virtualenv_env['PATH'] = os.pathsep.join([
|
||||
venv_script_path,
|
||||
virtualenv_env['PATH'],
|
||||
|
||||
Reference in New Issue
Block a user