美文网首页
install tensorflow using virtual

install tensorflow using virtual

作者: 啊啊啊啊啊1231 | 来源:发表于2020-03-07 20:27 被阅读0次

    sudo pip3 install -U virtualenv  # system-wide install

    Create a new virtual environment by choosing a Python interpreter and making a ./venv directory to hold it:

    virtualenv --system-site-packages -p python3./KGAT

    Activate the virtual environment using a shell-specific command:

    source ./KGAT/bin/activate  # sh, bash, ksh, or zsh

    相关文章

      网友评论

          本文标题:install tensorflow using virtual

          本文链接:https://www.haomeiwen.com/subject/clghdhtx.html