Browse Source

BugFix: init_venv - execution in bash

master
Dirk Alders 9 months ago
parent
commit
48313a2245
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      init_venv

+ 1
- 1
init_venv View File

1
-#!/bin/sh
1
+#!/bin/bash
2
 #
2
 #
3
 BASEPATH=`realpath $(dirname $0)`
3
 BASEPATH=`realpath $(dirname $0)`
4
 
4
 

Loading…
Cancel
Save