Answer the question
In order to leave comments, you need to log in
Virtual environment in python, mkvirtualenv: command not found?
Installed python 3.7 (everything as root)
# apt-get install build-essential checkinstall
# apt-get install libreadline-gplv2-dev libncursesw5-dev libssl-dev
# apt-get install libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev
# wget https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tgz
# tar xvf Python-3.7.3.tgz
# cd Python-3.7.3
# ./configure --enable-optimizations --enable-loadable-sqlite-extensions
# sudo make altinstall
# python3.7 -m pip install virtualenvwrapper
# export VIRTUALENVWRAPPER_PYTHON=/usr/local/bin/python3.7
# export WORKON_HOME=~/venv
# . /usr/local/bin/virtualenvwrapper.sh
# exec bash
# mkvirtualenv --python=/usr/local/bin/python3.7 virtualenvname
mkvirtualenv: command not found
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question