We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0a23f commit c55fcb2Copy full SHA for c55fcb2
cfg4dev
@@ -5,12 +5,10 @@ export DEV_ENV_DOCKER_IMAGE=simonsdave/cloudfeaster-dev-env:build
5
if [ -d ./env ]; then
6
source ./env/bin/activate
7
else
8
- python3.7 -m pip install virtualenv
9
-
10
- virtualenv env
+ python3 -m venv env
11
12
13
- python3.7 -m pip install --upgrade pip
+ pip install --upgrade pip
14
15
curl -s -L https://raw.githubusercontent.com/simonsdave/dev-env/master/bin/install-dev-env.sh | bash -s --
16
0 commit comments