Skip to content

Commit

Permalink
Add pip to initial environment contents (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
frreiss authored Jul 20, 2021
1 parent 609acfc commit fd7bba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ if [ -n "${ENV_NAME}" ]; then
# Remove the detrius of any previous runs of this script
conda env remove -n ${ENV_NAME}

conda create -y --name ${ENV_NAME} python=${PYTHON_VERSION}
conda create -y --name ${ENV_NAME} python=${PYTHON_VERSION} pip

################################################################################
# All the installation steps that follow must be done from within the new
Expand Down

0 comments on commit fd7bba0

Please sign in to comment.