Bug #536
closedsingle script to install myami python packages for windows
0%
Description
I created a shell script myami/pysetup.sh (source:trunk/pysetup.sh) to install all python packages with one command. Run it without arguments for a short help description.
Also updated documentation: http://ami/redmine/projects/appion/wiki/Install_Appion_Packages
Updated by Neil Voss over 14 years ago
- Status changed from In Code Review to In Test
- Assignee changed from Neil Voss to Jim Pulokas
- Target version set to Appion/Leginon 2.0.1
looks okay.
Updated by Neil Voss over 14 years ago
- Status changed from In Test to In Code Review
My worry is the it will dump all appion script into /usr/bin by default.
Updated by Jim Pulokas over 14 years ago
- Status changed from In Code Review to Assigned
This is true. I guess the real solution is a wizard type install that asks questions, like where do you want to install scripts. For now, I just want to eliminate the tedious and repetitive act of going to each package and installing them separately.
I just revised the pysetup.sh script to not install appion. And the wiki is updated to explain that you must install appion with the --install-scripts option.
Obviously not for this release, but let's make a goal of a friendly interactive script (maybe even python instead of bash).
Updated by Amber Herold over 14 years ago
- Target version changed from Appion/Leginon 2.0.1 to Appion/Leginon 2.1.0
- Affected Version set to Myami 2.0.1
Updated by Eric Hou about 14 years ago
- Subject changed from single script to install myami python packages to single script to install myami python packages for windows
- Target version changed from Appion/Leginon 2.1.0 to Appion/Leginon Future Version
- Affected Version changed from Myami 2.0.1 to Appion/Leginon 2.1.0
- Show in known bugs set to No
Updated by Jim Pulokas about 11 years ago
- Status changed from Assigned to In Test