co-authored by
Marko Zivic
parent
14f269ec5f
commit
93c66279f2
@@ -55,7 +55,7 @@ ln -s ./bin/$PYTHON_MAJOR_DOT_MINOR python
|
|||||||
|
|
||||||
cd bin/
|
cd bin/
|
||||||
|
|
||||||
# This symlink already exists if Python version with the same major.minor version is already installed,
|
# This symlink already exists if Python version with the same major.minor version is installed,
|
||||||
# since we do not remove the framework folder
|
# since we do not remove the framework folder
|
||||||
if [ ! -f $PYTHON_MAJOR_MINOR ]; then
|
if [ ! -f $PYTHON_MAJOR_MINOR ]; then
|
||||||
ln -s $PYTHON_MAJOR_DOT_MINOR $PYTHON_MAJOR_MINOR
|
ln -s $PYTHON_MAJOR_DOT_MINOR $PYTHON_MAJOR_MINOR
|
||||||
|
|||||||
Reference in New Issue
Block a user