Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
ace6ec7c
Unverified
Commit
ace6ec7c
authored
Aug 15, 2018
by
Thom Wiggers
📐
Browse files
Remove `source_me.sh`, it's no longer necessary
parent
e08a2f82
Changes
1
Hide whitespace changes
Inline
Side-by-side
source_me.sh
deleted
100755 → 0
View file @
e08a2f82
#!/bin/bash
pathname
=
$_
if
[[
-n
"
$BASH
"
&&
"
$pathname
"
=
"
$0
"
]]
;
then
echo
"Remember: you need to run me as 'source ./source_me.sh', not execute it!"
return
fi
if
[
-d
venv
]
;
then
source
venv/bin/activate
else
python3
-m
venv venv
source
venv/bin/activate
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment