unable to locate package python3 6 venv

Solutions on MaxInterview for unable to locate package python3 6 venv by the best coders in the world

showing results for - "unable to locate package python3 6 venv"
Valentina
16 Jun 2019
1apt-get update \
2&& apt-get install -y software-properties-common curl \
3&& add-apt-repository ppa:deadsnakes/ppa \
4&& apt-get update \
5&& apt-get install -y python3.6 python3.6-venv