Skip to content

Commit

Permalink
Added nest pythonpath to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
simen-tennoee committed Feb 27, 2020
1 parent baf78ed commit dc7110d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile_python
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN make install > /dev/null
WORKDIR /home/docker/
RUN echo "source $VENV/bin/nest_vars.sh" >> .bashrc
# Add nest to python path
# ENV PYTHONPATH $PYTHONPATH:/home/docker/simulators/lib/python3.6/site-packages/
ENV PYTHONPATH $PYTHONPATH:/home/docker/simulators/lib/python3.6/site-packages/

# Neuron dependencies
RUN apt-get install -y libx11-dev git bison flex automake libtool libxext-dev \
Expand Down

0 comments on commit dc7110d

Please sign in to comment.