Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
debug it
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Apr 13, 2019
1 parent c603c5e commit 8cdef25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


print('install dephell')
print(*list(path.iterdir()), sep='\n')
print(*list((path / 'bin').iterdir()), sep='\n')
pip_paths = list(path.glob('*/pip3')) + list(path.glob('*/pip'))
pip_path = pip_paths[0]
result = subprocess.run([str(pip_path), 'install', 'dephell[full]'])
Expand Down

0 comments on commit 8cdef25

Please sign in to comment.