bzmatteo72 commented on issue #11765: URL: https://github.com/apache/incubator-superset/issues/11765#issuecomment-735725767
i normally am using this commands to create and activate the virtual environment on Debian Please let me know if this wrong virtualenv --python=python3 env source env/bin/activate and this is the outcome matteo@mbalzarotti-NB:~/superset$ virtualenv --python=python3 env Running virtualenv with interpreter /home/matteo/env/bin/python3 Using real prefix '/usr' Path not in prefix '/home/matteo/env/include/python3.7m' '/usr' New python executable in /home/matteo/superset/env/bin/python3 Also creating executable in /home/matteo/superset/env/bin/python Installing setuptools, pkg_resources, pip, wheel...done. matteo@mbalzarotti-NB:~/superset$ source env/bin/activate (env) matteo@mbalzarotti-NB:~/superset$ ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
