• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/python-ipython/0001-set-correct-python-executable-path.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
 
1
Set correct Python executable path
2
​
3
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
4
​
5
--- python-ipython-2.1.0/setupbase.py   2014-05-21 15:19:12.000000000 -0400
6
+++ python-ipython-2.1.0-new/setupbase.py   2014-07-23 23:34:32.892030423 -0400
7
@@ -394,7 +394,7 @@ class build_scripts_entrypt(build_script
8
 
9
             mod, func = entrypt.split(':')
10
             with open(outfile, 'w') as f:
11
-                f.write(script_src.format(executable=sys.executable,
12
+                f.write(script_src.format(executable='/usr/bin/env python',
13
                                           mod=mod, func=func))
14
 
15
         return outfiles, outfiles
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.