Skip to content

Commit

Permalink
Load from source fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AxisAlexNT committed Oct 13, 2022
1 parent 7211702 commit f778562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion loadfromsource.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
Set-Variable "HICT_DIR" "${PSScriptRoot}/../hict/"
Set-Variable "HICT_DIR" "${PSScriptRoot}/../HiCT_Library/"
$env:PYTHONPATH += ";${HICT_DIR}"
echo "Setting HICT_DIR = ${HICT_DIR} and PYTHONPATH = ${env:PYTHONPATH}"
python -m hict_server
2 changes: 1 addition & 1 deletion loadfromsource.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
HICT_DIR="$SCRIPT_DIR/../hict/"
HICT_DIR="$SCRIPT_DIR/../HiCT_Library/"
export PYTHONPATH="$PYTHONPATH:$HICT_DIR"
python3 -m hict_server

0 comments on commit f778562

Please sign in to comment.