We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc29abe commit b904f51Copy full SHA for b904f51
build-linux.py
@@ -21,7 +21,7 @@
21
def bootstrap():
22
BUILD.mkdir(exist_ok=True)
23
24
- venv.create(VENV, with_pip=True)
+ venv.create(VENV, with_pip=True, symlinks=True)
25
26
subprocess.run([str(PIP), "install", "-r", str(REQUIREMENTS)], check=True)
27
0 commit comments