source: sasview/installers/set_sasview_qt5_path.sh @ 2ad636b1

ESS_GUIESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since 2ad636b1 was 2ad636b1, checked in by trnielsen, 6 years ago

Running SasView? on a clean Centos OS
Changes to be committed:

new file: run_sasview.sh
new file: set_sasview_qt5_path.sh

Jenkins will copy run_sasview.sh and set_sasview_qt5_path.sh to /dist/sasview folder and then tar the Pyinstaller archive.

On a clean Centos VM one can test SasView? by the follwoing:
1) wget https://jenkins.esss.dk/sasview-beta/job/SasView_Centos/lastSuccessfulBuild/artifact/sasview/installers/dist/SasView.tar.gz

2) tar xvf SasView?.tar.gz

3) sh ./run_sasview.sh

  • Property mode set to 100644
File size: 73 bytes
Line 
1#!/bin/bash
2
3PyQt5='/PyQt5/Qt/plugins'
4export QT_PLUGIN_PATH=$PWD$PyQt5
5
Note: See TracBrowser for help on using the repository browser.