Closed benjaminpkane closed 3 years ago
The motivation here is allow installs from source using the install script in Google's Colab. Installing in Colab with an -e flag does not work.
-e
So, in short, this change allows one to install ETA in a Colab notebook with bash install.bash but not bash install.bash -d.
bash install.bash
bash install.bash -d
The motivation here is allow installs from source using the install script in Google's Colab. Installing in Colab with an
-e
flag does not work.So, in short, this change allows one to install ETA in a Colab notebook with
bash install.bash
but notbash install.bash -d
.