Skip to content

Commit

Permalink
add cmd to python install
Browse files Browse the repository at this point in the history
  • Loading branch information
eneskuluk committed Nov 3, 2023
1 parent 093873d commit d934c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/scripts/install_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ install_python_version() {
tar -xvzf Python-$VERSION.tgz
check_rc $?
pushd Python-$VERSION
./configure --prefix=/usr/local --with-openssl=/usr/local/include/openssl --enable-shared LDFLAGS="-Wl,-rpath /usr/local/lib" &&
./configure --prefix=/usr/local --with-openssl=/usr/local --with-openssl-rpath=auto --enable-shared LDFLAGS="-Wl,-rpath /usr/local/lib" &&
make &&
make altinstall
echo "python version $VERSION is successful"
Expand Down

0 comments on commit d934c41

Please sign in to comment.