Skip to content

Commit

Permalink
#135 stable windows path variable
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-krismer committed Mar 14, 2023
1 parent 55bd1ae commit 40abf5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alphastats/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
def run():
file_path = os.path.realpath(__file__)
os.chdir(os.path.dirname(file_path))
os.system("streamlit run AlphaPeptStats.py")
os.system("python -m streamlit run AlphaPeptStats.py")
2 changes: 1 addition & 1 deletion release/one_click_macos_gui/create_installer_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rm -rf dist
rm -rf build

# Creating a conda environment
conda create -n alphapeptstatsinstaller python=3.9 -y
conda create -n alphapeptstatsinstaller python=3.8 -y
conda activate alphapeptstatsinstaller

# Creating the wheel
Expand Down
2 changes: 1 addition & 1 deletion release/one_click_windows_gui/create_installer_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rm -rf dist
rm -rf build

# Creating a conda environment
conda create -n alphapeptstats_installer python=3.9 -y
conda create -n alphapeptstats_installer python=3.8 -y
conda activate alphapeptstats_installer

# Creating the wheel
Expand Down

0 comments on commit 40abf5e

Please sign in to comment.