mirror of
https://github.com/twitter/the-algorithm-ml.git
synced 2025-01-09 22:39:22 +01:00
autorise windows
This commit is contained in:
parent
78c3235eee
commit
2823633a1c
@ -1,12 +1,7 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
if [[ "$(uname)" == "Darwin" ]]; then
|
|
||||||
echo "Only supported on Linux."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# You may need to point this to a version of python 3.10
|
# You may need to point this to a version of python 3.10
|
||||||
PYTHONBIN="/opt/ee/python/3.10/bin/python3.10"
|
PYTHONBIN="where python"
|
||||||
echo Using "PYTHONBIN=$PYTHONBIN"
|
echo Using "PYTHONBIN=$PYTHONBIN"
|
||||||
|
|
||||||
# Put venv in tmp, these things are not made to last, just rebuild.
|
# Put venv in tmp, these things are not made to last, just rebuild.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user