mirror of
https://github.com/xxh/xxh
synced 2024-11-23 20:33:08 +00:00
Merge remote-tracking branch 'origin-xxh/master'
This commit is contained in:
commit
29aa6ac48c
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
import sys, os
|
||||
|
||||
global_settings = {
|
||||
'XXH_VERSION': '0.2.11'
|
||||
'XXH_VERSION': '0.2.12'
|
||||
}
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
@ -7,8 +7,8 @@ $PIP_TARGET = os.path.join($XXH_HOME, 'pip')
|
|||
$PYTHONPATH = $PIP_TARGET
|
||||
$PATH = [ os.path.join($PYTHONHOME, 'bin'), $XXH_HOME ] + $PATH
|
||||
sys.path.append($PIP_TARGET)
|
||||
aliases['xpip'] = ['python','-m','pip']
|
||||
aliases['xxh'] = os.path.join($XXH_HOME, 'xonsh') + ' ' + os.path.join($XXH_HOME, 'xxh')
|
||||
aliases['pip'] = ['python','-m','pip']
|
||||
aliases['xpip'] = aliases['pip']
|
||||
|
||||
for plugin_path in sorted(glob.glob(os.path.join($XXH_HOME, 'plugins/**'))):
|
||||
if os.path.exists(os.path.join(plugin_path, 'xonshrc.xsh')):
|
||||
|
|
Loading…
Reference in a new issue