Skip to content

Commit

Permalink
remove installation entirely behind comments
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbrokeit committed Aug 22, 2013
1 parent 5284a9b commit 3616a8e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pymol.rb
Expand Up @@ -30,23 +30,23 @@ def install
opoo "% brew install pymol"
opoo ""
onoe "Again, this tap is outdated!"
temp_site_packages = lib/which_python/'site-packages'
mkdir_p temp_site_packages
ENV['PYTHONPATH'] = temp_site_packages
#temp_site_packages = lib/which_python/'site-packages'
#mkdir_p temp_site_packages
#ENV['PYTHONPATH'] = temp_site_packages

args = [
"build",
"install",
"--home=#{temp_site_packages}",
"--install-lib=#{temp_site_packages}",
]
#args = [
# "build",
# "install",
# "--home=#{temp_site_packages}",
# "--install-lib=#{temp_site_packages}",
#]

# build the pymol libraries
system "python", "-s", "setup.py", *args
system "python", "-s", "setup2.py", "install"
#system "python", "-s", "setup.py", *args
#system "python", "-s", "setup2.py", "install"

# get the executable
bin.install("pymol")
#bin.install("pymol")
end

def patches
Expand Down

0 comments on commit 3616a8e

Please sign in to comment.