Skip to content

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
VukW committed Jan 12, 2024
1 parent d2deede commit 16dd441
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tutorials_scripts/codespaces/env_start.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env bash
echo "Preparing local medperf server..."
#source /medperf/venv/bin/activate
# we are located at /workspaces/medperf/ where repo is cloned to
pip install -e ./cli
pip install -r server/requirements.txt
Expand All @@ -12,4 +11,3 @@ cp .env.local.local-auth .env
medperf auth login -e [email protected]
echo "Medperf is ready for local usage"
cd ..
#/bin/bash --rcfile medperfrc

0 comments on commit 16dd441

Please sign in to comment.