Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
thalia
concrexit
Commits
2a67ceb0
Commit
2a67ceb0
authored
Jul 24, 2018
by
Sébastiaan Versteeg
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'venv_deprecation' into 'master'
Use python3 venv module instead of pyvenv See merge request
!874
parents
7be36758
8c92f363
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
source_me.sh
source_me.sh
+1
-1
No files found.
source_me.sh
View file @
2a67ceb0
...
...
@@ -9,6 +9,6 @@ fi
if
[
-d
venv
]
;
then
source
venv/bin/activate
else
pyvenv venv
py
thon3
-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