Skip to content

Commit 2334277

Browse files
committed
Fix wrong shebang on python3 virtualenv
galaxyproject#874 (comment)
1 parent c095432 commit 2334277

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

planemo/galaxy/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,6 +1248,7 @@ def _install_with_command(ctx, config_directory, command, env, kwds):
12481248
else:
12491249
pip_install_command = ""
12501250
setup_venv_command = setup_venv(ctx, kwds)
1251+
env['__PYVENV_LAUNCHER__'] = ''
12511252
install_cmd = shell_join(
12521253
['cd', config_directory],
12531254
command,

0 commit comments

Comments
 (0)