This repository was archived by the owner on Jun 9, 2021. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
VERSION=0.1alpha1
6
6
INSTALLER_PACKAGE=tensorflow_macos-$VERSION .tar.gz
7
- INSTALLER_PATH=https://github.com/apple/tensorflow_macos/releases/download/$VERSION /$INSTALLER_PACKAGE
7
+ INSTALLER_PATH=https://github.com/apple/tensorflow_macos/releases/download/v $VERSION /$INSTALLER_PACKAGE
8
8
INSTALLER_SCRIPT=install_venv.sh
9
9
10
10
echo
@@ -16,10 +16,10 @@ if [[ $(uname) != Darwin ]] || [[ $(sw_vers -productName) != macOS ]] || [[ $(sw
16
16
fi
17
17
18
18
# This
19
- echo " Installation script for pre-release tensorflow_macos 0.1alpha0 . Please visit https://github.com/apple/tensorflow_macos "
19
+ echo " Installation script for pre-release tensorflow_macos $VERSION . Please visit https://github.com/apple/tensorflow_macos "
20
20
echo " for instructions and license information."
21
21
echo
22
- echo " This script will download tensorflow_macos 0.1alpha0 and needed binary dependencies, then install them into a new "
22
+ echo " This script will download tensorflow_macos $VERSION and needed binary dependencies, then install them into a new "
23
23
echo " or existing Python 3.8 virtual enviornoment."
24
24
25
25
# Make sure the user knows what's going on.
You can’t perform that action at this time.
0 commit comments